public static enum DigipostApiMock.Method extends Enum<DigipostApiMock.Method>
Enum Constant and Description |
---|
GET_CONTENT |
GET_DOCUMENT_STATUS |
GET_DOCUMENTS_EVENTS |
GET_PRINT_KEY |
GET_SENDER_INFORMATION |
MULTIPART_MESSAGE |
SEND_MULTIPART_MESSAGE |
Modifier and Type | Method and Description |
---|---|
static DigipostApiMock.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DigipostApiMock.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DigipostApiMock.Method SEND_MULTIPART_MESSAGE
public static final DigipostApiMock.Method GET_PRINT_KEY
public static final DigipostApiMock.Method GET_SENDER_INFORMATION
public static final DigipostApiMock.Method GET_CONTENT
public static final DigipostApiMock.Method MULTIPART_MESSAGE
public static final DigipostApiMock.Method GET_DOCUMENTS_EVENTS
public static final DigipostApiMock.Method GET_DOCUMENT_STATUS
public static DigipostApiMock.Method[] values()
for (DigipostApiMock.Method c : DigipostApiMock.Method.values()) System.out.println(c);
public static DigipostApiMock.Method valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017 Digipost. All rights reserved.