@Generated(value="OracleSDKGenerator", comments="API Version: 20230831") public enum JobStatus extends Enum<JobStatus> implements BmcEnum
Possible Job status.
Enum Constant and Description |
---|
Aborted |
Accepted |
Canceled |
Failed |
Ignored |
InProgress |
NotApplicable |
Paused |
Skipped |
Succeeded |
TimedOut |
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 JobStatus |
create(String key) |
String |
getValue() |
static JobStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobStatus Accepted
public static final JobStatus Waiting
public static final JobStatus InProgress
public static final JobStatus Failed
public static final JobStatus Succeeded
public static final JobStatus Canceled
public static final JobStatus Skipped
public static final JobStatus Ignored
public static final JobStatus NotApplicable
public static final JobStatus Aborted
public static final JobStatus TimedOut
public static final JobStatus Paused
public static final JobStatus UnknownEnumValue
public static JobStatus[] values()
for (JobStatus c : JobStatus.values()) System.out.println(c);
public static JobStatus 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 nullCopyright © 2016–2024. All rights reserved.