@Generated(value="software.amazon.awssdk:codegen") 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 |
UNKNOWN_TO_SDK_VERSION |
URL |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ConfluenceAttachmentFieldName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ConfluenceAttachmentFieldName> |
knownValues()
|
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 final ConfluenceAttachmentFieldName UNKNOWN_TO_SDK_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 valuepublic static Set<ConfluenceAttachmentFieldName> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known ConfluenceAttachmentFieldNamesCopyright © 2023. All rights reserved.