Class UserType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<UserType>
com.microsoft.azure.management.graphrbac.UserType
Defines values for UserType.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserType
fromString
(String name) Creates or finds a UserType from its string representation.static Collection<UserType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
MEMBER
Static value Member for UserType. -
GUEST
Static value Guest for UserType.
-
-
Constructor Details
-
UserType
public UserType()
-
-
Method Details
-
fromString
Creates or finds a UserType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding UserType
-
values
- Returns:
- known UserType values
-