Class MicrosoftGraphChannelMembershipType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChannelMembershipType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChannelMembershipType
-
public final class MicrosoftGraphChannelMembershipType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphChannelMembershipType>
Defines values for MicrosoftGraphChannelMembershipType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphChannelMembershipTypePRIVATEStatic value private for MicrosoftGraphChannelMembershipType.static MicrosoftGraphChannelMembershipTypeSTANDARDStatic value standard for MicrosoftGraphChannelMembershipType.static MicrosoftGraphChannelMembershipTypeUNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphChannelMembershipType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphChannelMembershipType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphChannelMembershipTypefromString(String name)Creates or finds a MicrosoftGraphChannelMembershipType from its string representation.static Collection<MicrosoftGraphChannelMembershipType>values()
-
-
-
Field Detail
-
STANDARD
public static final MicrosoftGraphChannelMembershipType STANDARD
Static value standard for MicrosoftGraphChannelMembershipType.
-
PRIVATE
public static final MicrosoftGraphChannelMembershipType PRIVATE
Static value private for MicrosoftGraphChannelMembershipType.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphChannelMembershipType UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChannelMembershipType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphChannelMembershipType fromString(String name)
Creates or finds a MicrosoftGraphChannelMembershipType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChannelMembershipType.
-
values
public static Collection<MicrosoftGraphChannelMembershipType> values()
- Returns:
- known MicrosoftGraphChannelMembershipType values.
-
-