| Enum Constant and Description |
|---|
AUTHORS
authors
|
CREATED_BY
created By
|
CREATED_DATE_TIME
created Date Time
|
FILE_EXTENSION
file Extension
|
FILE_NAME
file Name
|
LAST_MODIFIED_BY
last Modified By
|
LAST_MODIFIED_DATE_TIME
last Modified Date Time
|
TITLE
title
|
UNEXPECTED_VALUE
For Label values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
URL
url
|
| Modifier and Type | Method and Description |
|---|---|
static Label |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Label[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Label TITLE
public static final Label URL
public static final Label CREATED_BY
public static final Label LAST_MODIFIED_BY
public static final Label AUTHORS
public static final Label CREATED_DATE_TIME
public static final Label LAST_MODIFIED_DATE_TIME
public static final Label FILE_NAME
public static final Label FILE_EXTENSION
public static final Label UNKNOWN_FUTURE_VALUE
public static final Label UNEXPECTED_VALUE
public static Label[] values()
for (Label c : Label.values()) System.out.println(c);
public static Label valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null