public static enum SetStateOfRulesByIdsRequest.StateEnum extends Enum<SetStateOfRulesByIdsRequest.StateEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SetStateOfRulesByIdsRequest.StateEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static SetStateOfRulesByIdsRequest.StateEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static SetStateOfRulesByIdsRequest.StateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetStateOfRulesByIdsRequest.StateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="disable") public static final SetStateOfRulesByIdsRequest.StateEnum DISABLE
@SerializedName(value="enable") public static final SetStateOfRulesByIdsRequest.StateEnum ENABLE
public static SetStateOfRulesByIdsRequest.StateEnum[] values()
for (SetStateOfRulesByIdsRequest.StateEnum c : SetStateOfRulesByIdsRequest.StateEnum.values()) System.out.println(c);
public static SetStateOfRulesByIdsRequest.StateEnum 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<SetStateOfRulesByIdsRequest.StateEnum>public static SetStateOfRulesByIdsRequest.StateEnum fromValue(String input)
Copyright © 2026. All rights reserved.