public static enum DataIngestionJob.LifecycleState extends Enum<DataIngestionJob.LifecycleState> implements BmcEnum
The current state of the data ingestion job.
Enum Constant and Description |
---|
Accepted |
Deleted |
Deleting |
Failed |
InProgress |
Succeeded |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Waiting |
Modifier and Type | Method and Description |
---|---|
static DataIngestionJob.LifecycleState |
create(String key) |
String |
getValue() |
static DataIngestionJob.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataIngestionJob.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataIngestionJob.LifecycleState Accepted
public static final DataIngestionJob.LifecycleState InProgress
public static final DataIngestionJob.LifecycleState Waiting
public static final DataIngestionJob.LifecycleState Failed
public static final DataIngestionJob.LifecycleState Succeeded
public static final DataIngestionJob.LifecycleState Deleting
public static final DataIngestionJob.LifecycleState Deleted
public static final DataIngestionJob.LifecycleState UnknownEnumValue
public static DataIngestionJob.LifecycleState[] values()
for (DataIngestionJob.LifecycleState c : DataIngestionJob.LifecycleState.values()) System.out.println(c);
public static DataIngestionJob.LifecycleState 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 DataIngestionJob.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.