@Generated(value="software.amazon.awssdk:codegen") public enum ConfluencePageFieldName extends Enum<ConfluencePageFieldName>
| Enum Constant and Description |
|---|
AUTHOR |
CONTENT_STATUS |
CREATED_DATE |
DISPLAY_URL |
ITEM_TYPE |
LABELS |
MODIFIED_DATE |
PARENT_ID |
SPACE_KEY |
SPACE_NAME |
UNKNOWN_TO_SDK_VERSION |
URL |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static ConfluencePageFieldName |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<ConfluencePageFieldName> |
knownValues()
|
String |
toString() |
static ConfluencePageFieldName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfluencePageFieldName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfluencePageFieldName AUTHOR
public static final ConfluencePageFieldName CONTENT_STATUS
public static final ConfluencePageFieldName CREATED_DATE
public static final ConfluencePageFieldName DISPLAY_URL
public static final ConfluencePageFieldName ITEM_TYPE
public static final ConfluencePageFieldName LABELS
public static final ConfluencePageFieldName MODIFIED_DATE
public static final ConfluencePageFieldName PARENT_ID
public static final ConfluencePageFieldName SPACE_KEY
public static final ConfluencePageFieldName SPACE_NAME
public static final ConfluencePageFieldName URL
public static final ConfluencePageFieldName VERSION
public static final ConfluencePageFieldName UNKNOWN_TO_SDK_VERSION
public static ConfluencePageFieldName[] values()
for (ConfluencePageFieldName c : ConfluencePageFieldName.values()) System.out.println(c);
public static ConfluencePageFieldName 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<ConfluencePageFieldName>public static ConfluencePageFieldName fromValue(String value)
value - real valuepublic static Set<ConfluencePageFieldName> 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 ConfluencePageFieldNamesCopyright © 2023. All rights reserved.