AliasPathTokenType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resources.AliasPathTokenType

public final class AliasPathTokenType
extends com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>

Defines values for AliasPathTokenType.

Field Summary

Modifier and Type Field and Description
static final AliasPathTokenType ANY

Static value Any for AliasPathTokenType.

static final AliasPathTokenType ARRAY

Static value Array for AliasPathTokenType.

static final AliasPathTokenType BOOLEAN

Static value Boolean for AliasPathTokenType.

static final AliasPathTokenType INTEGER

Static value Integer for AliasPathTokenType.

static final AliasPathTokenType NOT_SPECIFIED

Static value NotSpecified for AliasPathTokenType.

static final AliasPathTokenType NUMBER

Static value Number for AliasPathTokenType.

static final AliasPathTokenType OBJECT

Static value Object for AliasPathTokenType.

static final AliasPathTokenType STRING

Static value String for AliasPathTokenType.

Constructor Summary

Constructor Description
AliasPathTokenType()

Method Summary

Modifier and Type Method and Description
static AliasPathTokenType fromString(String name)

Creates or finds a AliasPathTokenType from its string representation.

static java.util.Collection<AliasPathTokenType> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

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 java.lang.Object.wait

Field Details

ANY

public static final AliasPathTokenType ANY

Static value Any for AliasPathTokenType.

ARRAY

public static final AliasPathTokenType ARRAY

Static value Array for AliasPathTokenType.

BOOLEAN

public static final AliasPathTokenType BOOLEAN

Static value Boolean for AliasPathTokenType.

INTEGER

public static final AliasPathTokenType INTEGER

Static value Integer for AliasPathTokenType.

NOT_SPECIFIED

public static final AliasPathTokenType NOT_SPECIFIED

Static value NotSpecified for AliasPathTokenType.

NUMBER

public static final AliasPathTokenType NUMBER

Static value Number for AliasPathTokenType.

OBJECT

public static final AliasPathTokenType OBJECT

Static value Object for AliasPathTokenType.

STRING

public static final AliasPathTokenType STRING

Static value String for AliasPathTokenType.

Constructor Details

AliasPathTokenType

public AliasPathTokenType()

Method Details

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 values()

Returns:

known AliasPathTokenType values

Applies to