public final class RouteType extends com.microsoft.rest.ExpandableStringEnum<RouteType>
| Modifier and Type | Field and Description |
|---|---|
static RouteType |
DEFAULT
Static value DEFAULT for RouteType.
|
static RouteType |
INHERITED
Static value INHERITED for RouteType.
|
static RouteType |
STATIC
Static value STATIC for RouteType.
|
| Constructor and Description |
|---|
RouteType() |
| Modifier and Type | Method and Description |
|---|---|
static RouteType |
fromString(String name)
Creates or finds a RouteType from its string representation.
|
static Collection<RouteType> |
values() |
public static final RouteType DEFAULT
public static final RouteType INHERITED
public static final RouteType STATIC
public static RouteType fromString(String name)
name - a name to look forpublic static Collection<RouteType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/