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