public static enum ItemForListScalingPoliciesOutput.TypeEnum extends Enum<ItemForListScalingPoliciesOutput.TypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
ItemForListScalingPoliciesOutput.TypeEnum.Adapter |
| Enum Constant and Description |
|---|
RECURRENCE |
SCHEDULED |
| Modifier and Type | Method and Description |
|---|---|
static ItemForListScalingPoliciesOutput.TypeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static ItemForListScalingPoliciesOutput.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemForListScalingPoliciesOutput.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="Scheduled") public static final ItemForListScalingPoliciesOutput.TypeEnum SCHEDULED
@SerializedName(value="Recurrence") public static final ItemForListScalingPoliciesOutput.TypeEnum RECURRENCE
public static ItemForListScalingPoliciesOutput.TypeEnum[] values()
for (ItemForListScalingPoliciesOutput.TypeEnum c : ItemForListScalingPoliciesOutput.TypeEnum.values()) System.out.println(c);
public static ItemForListScalingPoliciesOutput.TypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<ItemForListScalingPoliciesOutput.TypeEnum>public static ItemForListScalingPoliciesOutput.TypeEnum fromValue(String input)
Copyright © 2026. All rights reserved.