public static enum TaskSummary.ModelType extends Enum<TaskSummary.ModelType> implements BmcEnum
The type of task.
Enum Constant and Description |
---|
DataLoaderTask |
IntegrationTask |
OciDataflowTask |
PipelineTask |
RestTask |
SqlTask |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static TaskSummary.ModelType |
create(String key) |
String |
getValue() |
static TaskSummary.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskSummary.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskSummary.ModelType IntegrationTask
public static final TaskSummary.ModelType DataLoaderTask
public static final TaskSummary.ModelType PipelineTask
public static final TaskSummary.ModelType SqlTask
public static final TaskSummary.ModelType OciDataflowTask
public static final TaskSummary.ModelType RestTask
public static final TaskSummary.ModelType UnknownEnumValue
public static TaskSummary.ModelType[] values()
for (TaskSummary.ModelType c : TaskSummary.ModelType.values()) System.out.println(c);
public static TaskSummary.ModelType 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 static TaskSummary.ModelType create(String key)
Copyright © 2016–2024. All rights reserved.