GroupsOrderby Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. GroupsOrderby
- com.
- com.
public final class GroupsOrderby
extends ExpandableStringEnum<GroupsOrderby>
Defines values for GroupsOrderby.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Groups |
DELETED_DATE_TIME
Static value deleted |
static final
Groups |
DELETED_DATE_TIME_DESC
Static value deleted |
static final
Groups |
ID
Static value id for Groups |
static final
Groups |
ID_DESC
Static value id desc for Groups |
Constructor Summary
Constructor | Description |
---|---|
GroupsOrderby() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Groups |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Groups |
fromString(String name)
Creates or finds a Groups |
static
Collection<Groups |
values()
Gets known Groups |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DELETED_DATE_TIME
public static final GroupsOrderby DELETED_DATE_TIME
Static value deletedDateTime for GroupsOrderby.
DELETED_DATE_TIME_DESC
public static final GroupsOrderby DELETED_DATE_TIME_DESC
Static value deletedDateTime desc for GroupsOrderby.
ID
public static final GroupsOrderby ID
Static value id for GroupsOrderby.
ID_DESC
public static final GroupsOrderby ID_DESC
Static value id desc for GroupsOrderby.
Constructor Details
GroupsOrderby
@Deprecated
public GroupsOrderby()
Deprecated
Creates a new instance of GroupsOrderby value.
Method Details
fromString
public static GroupsOrderby fromString(String name)
Creates or finds a GroupsOrderby from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known GroupsOrderby values.
Returns: