Class UsersExpand
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<UsersExpand>
-
- com.azure.resourcemanager.authorization.fluent.models.UsersExpand
-
public final class UsersExpand extends com.azure.core.util.ExpandableStringEnum<UsersExpand>
Defines values for UsersExpand.
-
-
Field Summary
Fields Modifier and Type Field Description static UsersExpandASTERISKStatic value * for UsersExpand.static UsersExpandMASTER_CATEGORIESStatic value masterCategories for UsersExpand.
-
Constructor Summary
Constructors Constructor Description UsersExpand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UsersExpandfromString(String name)Creates or finds a UsersExpand from its string representation.static Collection<UsersExpand>values()
-
-
-
Field Detail
-
ASTERISK
public static final UsersExpand ASTERISK
Static value * for UsersExpand.
-
MASTER_CATEGORIES
public static final UsersExpand MASTER_CATEGORIES
Static value masterCategories for UsersExpand.
-
-
Method Detail
-
fromString
public static UsersExpand fromString(String name)
Creates or finds a UsersExpand from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding UsersExpand.
-
values
public static Collection<UsersExpand> values()
- Returns:
- known UsersExpand values.
-
-