Class AliasPathTokenType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AliasPathTokenType>
-
- com.azure.resourcemanager.resources.models.AliasPathTokenType
-
public final class AliasPathTokenType extends com.azure.core.util.ExpandableStringEnum<AliasPathTokenType>
Defines values for AliasPathTokenType.
-
-
Field Summary
Fields Modifier and Type Field Description static AliasPathTokenTypeANYStatic value Any for AliasPathTokenType.static AliasPathTokenTypeARRAYStatic value Array for AliasPathTokenType.static AliasPathTokenTypeBOOLEANStatic value Boolean for AliasPathTokenType.static AliasPathTokenTypeINTEGERStatic value Integer for AliasPathTokenType.static AliasPathTokenTypeNOT_SPECIFIEDStatic value NotSpecified for AliasPathTokenType.static AliasPathTokenTypeNUMBERStatic value Number for AliasPathTokenType.static AliasPathTokenTypeOBJECTStatic value Object for AliasPathTokenType.static AliasPathTokenTypeSTRINGStatic value String for AliasPathTokenType.
-
Constructor Summary
Constructors Constructor Description AliasPathTokenType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AliasPathTokenTypefromString(String name)Creates or finds a AliasPathTokenType from its string representation.static Collection<AliasPathTokenType>values()
-
-
-
Field Detail
-
NOT_SPECIFIED
public static final AliasPathTokenType NOT_SPECIFIED
Static value NotSpecified for AliasPathTokenType.
-
ANY
public static final AliasPathTokenType ANY
Static value Any for AliasPathTokenType.
-
STRING
public static final AliasPathTokenType STRING
Static value String for AliasPathTokenType.
-
OBJECT
public static final AliasPathTokenType OBJECT
Static value Object for AliasPathTokenType.
-
ARRAY
public static final AliasPathTokenType ARRAY
Static value Array for AliasPathTokenType.
-
INTEGER
public static final AliasPathTokenType INTEGER
Static value Integer for AliasPathTokenType.
-
NUMBER
public static final AliasPathTokenType NUMBER
Static value Number for AliasPathTokenType.
-
BOOLEAN
public static final AliasPathTokenType BOOLEAN
Static value Boolean for AliasPathTokenType.
-
-
Method Detail
-
fromString
public static AliasPathTokenType fromString(String name)
Creates or finds a AliasPathTokenType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AliasPathTokenType.
-
values
public static Collection<AliasPathTokenType> values()
- Returns:
- known AliasPathTokenType values.
-
-