Class GroupsOrderby
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GroupsOrderby>
com.azure.resourcemanager.authorization.fluent.models.GroupsOrderby
Defines values for GroupsOrderby.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GroupsOrderbyStatic value deletedDateTime for GroupsOrderby.static final GroupsOrderbyStatic value deletedDateTime desc for GroupsOrderby.static final GroupsOrderbyStatic value id for GroupsOrderby.static final GroupsOrderbyStatic value id desc for GroupsOrderby. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GroupsOrderbyfromString(String name) Creates or finds a GroupsOrderby from its string representation.static Collection<GroupsOrderby>values()Gets known GroupsOrderby values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ID
Static value id for GroupsOrderby. -
ID_DESC
Static value id desc for GroupsOrderby. -
DELETED_DATE_TIME
Static value deletedDateTime for GroupsOrderby. -
DELETED_DATE_TIME_DESC
Static value deletedDateTime desc for GroupsOrderby.
-
-
Constructor Details
-
GroupsOrderby
Deprecated.Use thefromString(String)factory method.Creates a new instance of GroupsOrderby value.
-
-
Method Details
-
fromString
Creates or finds a GroupsOrderby from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GroupsOrderby.
-
values
Gets known GroupsOrderby values.- Returns:
- known GroupsOrderby values.
-
fromString(String)factory method.