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