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