AliasPathTokenType Class

Definition

Defines values for AliasPathTokenType.

public final class AliasPathTokenType extends ExpandableStringEnum<AliasPathTokenType>
Inheritance
java.lang.Object
com.microsoft.rest.ExpandableStringEnum
AliasPathTokenType

Inherited Members

com.microsoft.rest.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>) com.microsoft.rest.ExpandableStringEnum.<T>values(java.lang.Class<T>) com.microsoft.rest.ExpandableStringEnum.equals(java.lang.Object) com.microsoft.rest.ExpandableStringEnum.hashCode() com.microsoft.rest.ExpandableStringEnum.toString() com.microsoft.rest.ExpandableStringEnum.withNameValue(java.lang.String,T,java.lang.Class<T>) java.lang.Object.clone() java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

AliasPathTokenType()

Fields

ANY

Static value Any for AliasPathTokenType.

ARRAY

Static value Array for AliasPathTokenType.

BOOLEAN

Static value Boolean for AliasPathTokenType.

INTEGER

Static value Integer for AliasPathTokenType.

NOT_SPECIFIED

Static value NotSpecified for AliasPathTokenType.

NUMBER

Static value Number for AliasPathTokenType.

OBJECT

Static value Object for AliasPathTokenType.

STRING

Static value String for AliasPathTokenType.

Methods

fromString(String name)

Creates or finds a AliasPathTokenType from its string representation.

values()

Applies to