public enum ApiDocumentOrderSDS extends Enum<ApiDocumentOrderSDS>
Enum Constant and Description |
---|
FILE_NAME
No longer supported.
|
LAST_UPDATED
Last updated
|
LAST_VIEWED
No longer used.
|
MODIFIED_DATE
Modified date
|
NAME
Name
|
SCORE
No longer used.
|
SENDER
Sender
|
SENDER_ADDRESS
Sender address
|
SIZE
Size
|
TYPE
No longer used.
|
Modifier and Type | Method and Description |
---|---|
static ApiDocumentOrderSDS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiDocumentOrderSDS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiDocumentOrderSDS NAME
public static final ApiDocumentOrderSDS SENDER
public static final ApiDocumentOrderSDS SENDER_ADDRESS
public static final ApiDocumentOrderSDS FILE_NAME
public static final ApiDocumentOrderSDS LAST_UPDATED
public static final ApiDocumentOrderSDS LAST_VIEWED
public static final ApiDocumentOrderSDS SIZE
public static final ApiDocumentOrderSDS TYPE
public static final ApiDocumentOrderSDS SCORE
public static final ApiDocumentOrderSDS MODIFIED_DATE
public static ApiDocumentOrderSDS[] values()
for (ApiDocumentOrderSDS c : ApiDocumentOrderSDS.values()) System.out.println(c);
public static ApiDocumentOrderSDS 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 © 2019. All rights reserved.