@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ConfluenceBlogFieldName extends Enum<ConfluenceBlogFieldName>
| Enum Constant and Description |
|---|
AUTHOR |
DISPLAY_URL |
ITEM_TYPE |
LABELS |
PUBLISH_DATE |
SPACE_KEY |
SPACE_NAME |
URL |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceBlogFieldName |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ConfluenceBlogFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluenceBlogFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluenceBlogFieldName AUTHOR
public static final ConfluenceBlogFieldName DISPLAY_URL
public static final ConfluenceBlogFieldName ITEM_TYPE
public static final ConfluenceBlogFieldName LABELS
public static final ConfluenceBlogFieldName PUBLISH_DATE
public static final ConfluenceBlogFieldName SPACE_KEY
public static final ConfluenceBlogFieldName SPACE_NAME
public static final ConfluenceBlogFieldName URL
public static final ConfluenceBlogFieldName VERSION
public static ConfluenceBlogFieldName[] values()
for (ConfluenceBlogFieldName c : ConfluenceBlogFieldName.values()) System.out.println(c);
public static ConfluenceBlogFieldName 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 nullpublic String toString()
toString in class Enum<ConfluenceBlogFieldName>public static ConfluenceBlogFieldName fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.