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>
channelMembershipType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphChannelMembershipTypeStatic value private for MicrosoftGraphChannelMembershipType.static final MicrosoftGraphChannelMembershipTypeStatic value standard for MicrosoftGraphChannelMembershipType.static final MicrosoftGraphChannelMembershipTypeStatic value unknownFutureValue for MicrosoftGraphChannelMembershipType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphChannelMembershipType from its string representation.values()Gets known MicrosoftGraphChannelMembershipType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STANDARD
Static value standard for MicrosoftGraphChannelMembershipType. -
PRIVATE
Static value private for MicrosoftGraphChannelMembershipType. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphChannelMembershipType.
-
-
Constructor Details
-
MicrosoftGraphChannelMembershipType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphChannelMembershipType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphChannelMembershipType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChannelMembershipType.
-
values
Gets known MicrosoftGraphChannelMembershipType values.- Returns:
- known MicrosoftGraphChannelMembershipType values.
-
fromString(String)factory method.