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