Class Get5ItemsItem
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Get5ItemsItem>
com.azure.resourcemanager.authorization.fluent.models.Get5ItemsItem
Defines values for Get5ItemsItem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Get5ItemsItemStatic value authenticationType for Get5ItemsItem.static final Get5ItemsItemStatic value authenticationType desc for Get5ItemsItem.static final Get5ItemsItemStatic value availabilityStatus for Get5ItemsItem.static final Get5ItemsItemStatic value availabilityStatus desc for Get5ItemsItem.static final Get5ItemsItemStatic value id for Get5ItemsItem.static final Get5ItemsItemStatic value id desc for Get5ItemsItem.static final Get5ItemsItemStatic value isAdminManaged for Get5ItemsItem.static final Get5ItemsItemStatic value isAdminManaged desc for Get5ItemsItem.static final Get5ItemsItemStatic value isDefault for Get5ItemsItem.static final Get5ItemsItemStatic value isDefault desc for Get5ItemsItem.static final Get5ItemsItemStatic value isInitial for Get5ItemsItem.static final Get5ItemsItemStatic value isInitial desc for Get5ItemsItem.static final Get5ItemsItemStatic value isRoot for Get5ItemsItem.static final Get5ItemsItemStatic value isRoot desc for Get5ItemsItem.static final Get5ItemsItemStatic value isVerified for Get5ItemsItem.static final Get5ItemsItemStatic value isVerified desc for Get5ItemsItem.static final Get5ItemsItemStatic value manufacturer for Get5ItemsItem.static final Get5ItemsItemStatic value manufacturer desc for Get5ItemsItem.static final Get5ItemsItemStatic value model for Get5ItemsItem.static final Get5ItemsItemStatic value model desc for Get5ItemsItem.static final Get5ItemsItemStatic value passwordNotificationWindowInDays for Get5ItemsItem.static final Get5ItemsItemStatic value passwordNotificationWindowInDays desc for Get5ItemsItem.static final Get5ItemsItemStatic value passwordValidityPeriodInDays for Get5ItemsItem.static final Get5ItemsItemStatic value passwordValidityPeriodInDays desc for Get5ItemsItem.static final Get5ItemsItemStatic value state for Get5ItemsItem.static final Get5ItemsItemStatic value state desc for Get5ItemsItem.static final Get5ItemsItemStatic value supportedServices for Get5ItemsItem.static final Get5ItemsItemStatic value supportedServices desc for Get5ItemsItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Get5ItemsItemfromString(String name) Creates or finds a Get5ItemsItem from its string representation.static Collection<Get5ItemsItem>values()Gets known Get5ItemsItem values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
ID
Static value id for Get5ItemsItem. -
ID_DESC
Static value id desc for Get5ItemsItem. -
AUTHENTICATION_TYPE
Static value authenticationType for Get5ItemsItem. -
AUTHENTICATION_TYPE_DESC
Static value authenticationType desc for Get5ItemsItem. -
AVAILABILITY_STATUS
Static value availabilityStatus for Get5ItemsItem. -
AVAILABILITY_STATUS_DESC
Static value availabilityStatus desc for Get5ItemsItem. -
IS_ADMIN_MANAGED
Static value isAdminManaged for Get5ItemsItem. -
IS_ADMIN_MANAGED_DESC
Static value isAdminManaged desc for Get5ItemsItem. -
IS_DEFAULT
Static value isDefault for Get5ItemsItem. -
IS_DEFAULT_DESC
Static value isDefault desc for Get5ItemsItem. -
IS_INITIAL
Static value isInitial for Get5ItemsItem. -
IS_INITIAL_DESC
Static value isInitial desc for Get5ItemsItem. -
IS_ROOT
Static value isRoot for Get5ItemsItem. -
IS_ROOT_DESC
Static value isRoot desc for Get5ItemsItem. -
IS_VERIFIED
Static value isVerified for Get5ItemsItem. -
IS_VERIFIED_DESC
Static value isVerified desc for Get5ItemsItem. -
MANUFACTURER
Static value manufacturer for Get5ItemsItem. -
MANUFACTURER_DESC
Static value manufacturer desc for Get5ItemsItem. -
MODEL
Static value model for Get5ItemsItem. -
MODEL_DESC
Static value model desc for Get5ItemsItem. -
PASSWORD_NOTIFICATION_WINDOW_IN_DAYS
Static value passwordNotificationWindowInDays for Get5ItemsItem. -
PASSWORD_NOTIFICATION_WINDOW_IN_DAYS_DESC
Static value passwordNotificationWindowInDays desc for Get5ItemsItem. -
PASSWORD_VALIDITY_PERIOD_IN_DAYS
Static value passwordValidityPeriodInDays for Get5ItemsItem. -
PASSWORD_VALIDITY_PERIOD_IN_DAYS_DESC
Static value passwordValidityPeriodInDays desc for Get5ItemsItem. -
STATE
Static value state for Get5ItemsItem. -
STATE_DESC
Static value state desc for Get5ItemsItem. -
SUPPORTED_SERVICES
Static value supportedServices for Get5ItemsItem. -
SUPPORTED_SERVICES_DESC
Static value supportedServices desc for Get5ItemsItem.
-
-
Constructor Details
-
Get5ItemsItem
Deprecated.Use thefromString(String)factory method.Creates a new instance of Get5ItemsItem value.
-
-
Method Details
-
fromString
Creates or finds a Get5ItemsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding Get5ItemsItem.
-
values
Gets known Get5ItemsItem values.- Returns:
- known Get5ItemsItem values.
-
fromString(String)factory method.