public static enum ServicesTypes._VAPI_OPERATIONS extends java.lang.Enum<ServicesTypes._VAPI_OPERATIONS>
The "*_Task" methods in the enclosing interface represent API operations which
are invoked as tasks. The identifier of such API operation which can be used
to refer it in other APIs can be obtained by invoking id()
on the
enumeration constant whose name matches the method representing this API
operation.
Enum Constant and Description |
---|
create_Task |
delete_Task |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id() |
static ServicesTypes._VAPI_OPERATIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServicesTypes._VAPI_OPERATIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicesTypes._VAPI_OPERATIONS create_Task
public static final ServicesTypes._VAPI_OPERATIONS delete_Task
public static ServicesTypes._VAPI_OPERATIONS[] values()
for (ServicesTypes._VAPI_OPERATIONS c : ServicesTypes._VAPI_OPERATIONS.values()) System.out.println(c);
public static ServicesTypes._VAPI_OPERATIONS valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final java.lang.String id()