@Generated(value="software.amazon.awssdk:codegen") public enum TaskTemplateFieldType extends Enum<TaskTemplateFieldType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATE_TIME |
DESCRIPTION |
EMAIL |
NAME |
NUMBER |
QUICK_CONNECT |
SCHEDULED_TIME |
SINGLE_SELECT |
TEXT |
TEXT_AREA |
UNKNOWN_TO_SDK_VERSION |
URL |
| Modifier and Type | Method and Description |
|---|---|
static TaskTemplateFieldType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<TaskTemplateFieldType> |
knownValues()
|
String |
toString() |
static TaskTemplateFieldType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskTemplateFieldType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskTemplateFieldType NAME
public static final TaskTemplateFieldType DESCRIPTION
public static final TaskTemplateFieldType SCHEDULED_TIME
public static final TaskTemplateFieldType QUICK_CONNECT
public static final TaskTemplateFieldType URL
public static final TaskTemplateFieldType NUMBER
public static final TaskTemplateFieldType TEXT
public static final TaskTemplateFieldType TEXT_AREA
public static final TaskTemplateFieldType DATE_TIME
public static final TaskTemplateFieldType BOOLEAN
public static final TaskTemplateFieldType SINGLE_SELECT
public static final TaskTemplateFieldType EMAIL
public static final TaskTemplateFieldType UNKNOWN_TO_SDK_VERSION
public static TaskTemplateFieldType[] values()
for (TaskTemplateFieldType c : TaskTemplateFieldType.values()) System.out.println(c);
public static TaskTemplateFieldType 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<TaskTemplateFieldType>public static TaskTemplateFieldType fromValue(String value)
value - real valuepublic static Set<TaskTemplateFieldType> 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 TaskTemplateFieldTypesCopyright © 2023. All rights reserved.