public static enum ApiServiceMock.Method extends Enum<ApiServiceMock.Method>
Enum Constant and Description |
---|
GET_CONTENT |
GET_DOCUMENT_STATUS |
GET_DOCUMENTS_EVENTS |
MULTIPART_MESSAGE |
Modifier and Type | Method and Description |
---|---|
static ApiServiceMock.Method |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiServiceMock.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiServiceMock.Method GET_CONTENT
public static final ApiServiceMock.Method MULTIPART_MESSAGE
public static final ApiServiceMock.Method GET_DOCUMENTS_EVENTS
public static final ApiServiceMock.Method GET_DOCUMENT_STATUS
public static ApiServiceMock.Method[] values()
for (ApiServiceMock.Method c : ApiServiceMock.Method.values()) System.out.println(c);
public static ApiServiceMock.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 © 2016 Digipost Open Source. All rights reserved.