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