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