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