@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public enum WorkDeliveryStatus extends Enum<WorkDeliveryStatus> implements BmcEnum
Possible Work Delivery states.
Enum Constant and Description |
---|
Accepted |
Canceled |
Canceling |
Failed |
InProgress |
Succeeded |
Modifier and Type | Method and Description |
---|---|
static WorkDeliveryStatus |
create(String key) |
String |
getValue() |
static WorkDeliveryStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkDeliveryStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkDeliveryStatus Accepted
public static final WorkDeliveryStatus InProgress
public static final WorkDeliveryStatus Failed
public static final WorkDeliveryStatus Succeeded
public static final WorkDeliveryStatus Canceling
public static final WorkDeliveryStatus Canceled
public static WorkDeliveryStatus[] values()
for (WorkDeliveryStatus c : WorkDeliveryStatus.values()) System.out.println(c);
public static WorkDeliveryStatus 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 WorkDeliveryStatus create(String key)
Copyright © 2016–2024. All rights reserved.