Class AliasPathTokenType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>
com.microsoft.azure.management.resources.AliasPathTokenType
public final class AliasPathTokenType
extends com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>
Defines values for AliasPathTokenType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AliasPathTokenType
Static value Any for AliasPathTokenType.static final AliasPathTokenType
Static value Array for AliasPathTokenType.static final AliasPathTokenType
Static value Boolean for AliasPathTokenType.static final AliasPathTokenType
Static value Integer for AliasPathTokenType.static final AliasPathTokenType
Static value NotSpecified for AliasPathTokenType.static final AliasPathTokenType
Static value Number for AliasPathTokenType.static final AliasPathTokenType
Static value Object for AliasPathTokenType.static final AliasPathTokenType
Static value String for AliasPathTokenType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AliasPathTokenType
fromString
(String name) Creates or finds a AliasPathTokenType from its string representation.static Collection<AliasPathTokenType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOT_SPECIFIED
Static value NotSpecified for AliasPathTokenType. -
ANY
Static value Any for AliasPathTokenType. -
STRING
Static value String for AliasPathTokenType. -
OBJECT
Static value Object for AliasPathTokenType. -
ARRAY
Static value Array for AliasPathTokenType. -
INTEGER
Static value Integer for AliasPathTokenType. -
NUMBER
Static value Number for AliasPathTokenType. -
BOOLEAN
Static value Boolean for AliasPathTokenType.
-
-
Constructor Details
-
AliasPathTokenType
public AliasPathTokenType()
-
-
Method Details
-
fromString
Creates or finds a AliasPathTokenType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding AliasPathTokenType
-
values
- Returns:
- known AliasPathTokenType values
-