public static enum RequesterPaysOptions.RequesterPaysMode extends Enum<RequesterPaysOptions.RequesterPaysMode>
| Modifier and Type | Method and Description |
|---|---|
static RequesterPaysOptions.RequesterPaysMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequesterPaysOptions.RequesterPaysMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequesterPaysOptions.RequesterPaysMode AUTO
public static final RequesterPaysOptions.RequesterPaysMode CUSTOM
public static final RequesterPaysOptions.RequesterPaysMode DISABLED
public static final RequesterPaysOptions.RequesterPaysMode ENABLED
public static RequesterPaysOptions.RequesterPaysMode[] values()
for (RequesterPaysOptions.RequesterPaysMode c : RequesterPaysOptions.RequesterPaysMode.values()) System.out.println(c);
public static RequesterPaysOptions.RequesterPaysMode 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 nullCopyright © 2022. All rights reserved.