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
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()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
public MicrosoftGraphChannelMembershipType()
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphChannelMembershipType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphChannelMembershipType.
-
values
- Returns:
- known MicrosoftGraphChannelMembershipType values.
-