public static enum Callback.CalbackBodyType extends Enum<Callback.CalbackBodyType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Callback.CalbackBodyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Callback.CalbackBodyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Callback.CalbackBodyType URL
public static final Callback.CalbackBodyType JSON
public static Callback.CalbackBodyType[] values()
for (Callback.CalbackBodyType c : Callback.CalbackBodyType.values()) System.out.println(c);
public static Callback.CalbackBodyType 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 toString()
toString in class Enum<Callback.CalbackBodyType>Copyright © 2021. All Rights Reserved.