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