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