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