public static enum ResponsePrimitiveDTO.ContentStatus extends Enum<ResponsePrimitiveDTO.ContentStatus>
| Enum Constant and Description |
|---|
FULL_CONTENT
FULL_CONTENT
|
PARTIAL_CONTENT
PARTIAL_CONTENT
|
| Modifier and Type | Method and Description |
|---|---|
static ResponsePrimitiveDTO.ContentStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponsePrimitiveDTO.ContentStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponsePrimitiveDTO.ContentStatus PARTIAL_CONTENT
public static final ResponsePrimitiveDTO.ContentStatus FULL_CONTENT
public static ResponsePrimitiveDTO.ContentStatus[] values()
for (ResponsePrimitiveDTO.ContentStatus c : ResponsePrimitiveDTO.ContentStatus.values()) System.out.println(c);
public static ResponsePrimitiveDTO.ContentStatus 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 © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0