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