Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
SELF_UPDATE
public static final Relation SELF_UPDATE
SELF_DELETE
public static final Relation SELF_DELETE
ADD_CONTENT
public static final Relation ADD_CONTENT
AUTOCOMPLETE
public static final Relation AUTOCOMPLETE
CREATE_MESSAGE
public static final Relation CREATE_MESSAGE
API_DOCUMENTATION
public static final Relation API_DOCUMENTATION
GET_ENCRYPTION_KEY
public static final Relation GET_ENCRYPTION_KEY
GET_PRINT_ENCRYPTION_CERTIFICATE
public static final Relation GET_PRINT_ENCRYPTION_CERTIFICATE
IDENTIFY_RECIPIENT
public static final Relation IDENTIFY_RECIPIENT
IDENTIFY_RECIPIENT_WITH_ENCRYPTION_KEY
public static final Relation IDENTIFY_RECIPIENT_WITH_ENCRYPTION_KEY
DOCUMENT_EVENTS
public static final Relation DOCUMENT_EVENTS
UNSUPPORTED
public static final Relation UNSUPPORTED
GET_DOCUMENT_CONTENT
public static final Relation GET_DOCUMENT_CONTENT
DUPLICATE_DOCUMENT
public static final Relation DUPLICATE_DOCUMENT
ARCHIVE_DOCUMENTS
public static final Relation ARCHIVE_DOCUMENTS
GET_ARCHIVES
public static final Relation GET_ARCHIVES
NEXT_DOCUMENTS
public static final Relation NEXT_DOCUMENTS
GET_ARCHIVE_DOCUMENTS_BY_REFERENCEID
public static final Relation GET_ARCHIVE_DOCUMENTS_BY_REFERENCEID
GET_ARCHIVE_DOCUMENT_BY_UUID
public static final Relation GET_ARCHIVE_DOCUMENT_BY_UUID
DELETE_ARCHIVE_DOCUMENT_BY_UUID
public static final Relation DELETE_ARCHIVE_DOCUMENT_BY_UUID
GET_ARCHIVE_DOCUMENT_CONTENT
public static final Relation GET_ARCHIVE_DOCUMENT_CONTENT
GET_ARCHIVE_DOCUMENT_CONTENT_STREAM
public static final Relation GET_ARCHIVE_DOCUMENT_CONTENT_STREAM
ADD_UNIQUE_UUID
public static final Relation ADD_UNIQUE_UUID
CREATE_BATCH
public static final Relation CREATE_BATCH
COMPLETE_BATCH
public static final Relation COMPLETE_BATCH
CREATE_OR_ACTIVATE_USER_ACCOUNT
public static final Relation CREATE_OR_ACTIVATE_USER_ACCOUNT
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null