public static enum ServicesAppliedConfigTypes._VAPI_OPERATIONS extends java.lang.Enum<ServicesAppliedConfigTypes._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 |
---|
delete_Task |
get_Task |
update_Task |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id() |
static ServicesAppliedConfigTypes._VAPI_OPERATIONS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServicesAppliedConfigTypes._VAPI_OPERATIONS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicesAppliedConfigTypes._VAPI_OPERATIONS get_Task
public static final ServicesAppliedConfigTypes._VAPI_OPERATIONS update_Task
public static final ServicesAppliedConfigTypes._VAPI_OPERATIONS delete_Task
public static ServicesAppliedConfigTypes._VAPI_OPERATIONS[] values()
for (ServicesAppliedConfigTypes._VAPI_OPERATIONS c : ServicesAppliedConfigTypes._VAPI_OPERATIONS.values()) System.out.println(c);
public static ServicesAppliedConfigTypes._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()