public final class AliasPathTokenType extends com.microsoft.rest.ExpandableStringEnum<AliasPathTokenType>
| Modifier and Type | Field and Description |
|---|---|
static AliasPathTokenType |
ANY
Static value Any for AliasPathTokenType.
|
static AliasPathTokenType |
ARRAY
Static value Array for AliasPathTokenType.
|
static AliasPathTokenType |
BOOLEAN
Static value Boolean for AliasPathTokenType.
|
static AliasPathTokenType |
INTEGER
Static value Integer for AliasPathTokenType.
|
static AliasPathTokenType |
NOT_SPECIFIED
Static value NotSpecified for AliasPathTokenType.
|
static AliasPathTokenType |
NUMBER
Static value Number for AliasPathTokenType.
|
static AliasPathTokenType |
OBJECT
Static value Object for AliasPathTokenType.
|
static AliasPathTokenType |
STRING
Static value String for AliasPathTokenType.
|
| Constructor and Description |
|---|
AliasPathTokenType() |
| Modifier and Type | Method and Description |
|---|---|
static AliasPathTokenType |
fromString(String name)
Creates or finds a AliasPathTokenType from its string representation.
|
static Collection<AliasPathTokenType> |
values() |
public static final AliasPathTokenType NOT_SPECIFIED
public static final AliasPathTokenType ANY
public static final AliasPathTokenType STRING
public static final AliasPathTokenType OBJECT
public static final AliasPathTokenType ARRAY
public static final AliasPathTokenType INTEGER
public static final AliasPathTokenType NUMBER
public static final AliasPathTokenType BOOLEAN
public static AliasPathTokenType fromString(String name)
name - a name to look forpublic static Collection<AliasPathTokenType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/