Package com.oracle.bmc.analytics.model
Enum WorkRequestActionResult
- java.lang.Object
-
- java.lang.Enum<WorkRequestActionResult>
-
- com.oracle.bmc.analytics.model.WorkRequestActionResult
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<WorkRequestActionResult>
@Generated(value="OracleSDKGenerator", comments="API Version: 20190331") public enum WorkRequestActionResult extends Enum<WorkRequestActionResult> implements BmcEnum
The way in which a resource was affected by a work request.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CompartmentChanged
Created
Deleted
NetworkEndpointChanged
None
PrivateAccessChannelCreated
PrivateAccessChannelDeleted
PrivateAccessChannelUpdated
Scaled
Started
Stopped
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.VanityUrlCreated
VanityUrlDeleted
VanityUrlUpdated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkRequestActionResult
create(String key)
String
getValue()
static WorkRequestActionResult
valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestActionResult[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CompartmentChanged
public static final WorkRequestActionResult CompartmentChanged
-
Created
public static final WorkRequestActionResult Created
-
Deleted
public static final WorkRequestActionResult Deleted
-
Started
public static final WorkRequestActionResult Started
-
Stopped
public static final WorkRequestActionResult Stopped
-
Scaled
public static final WorkRequestActionResult Scaled
-
NetworkEndpointChanged
public static final WorkRequestActionResult NetworkEndpointChanged
-
VanityUrlCreated
public static final WorkRequestActionResult VanityUrlCreated
-
VanityUrlUpdated
public static final WorkRequestActionResult VanityUrlUpdated
-
VanityUrlDeleted
public static final WorkRequestActionResult VanityUrlDeleted
-
PrivateAccessChannelCreated
public static final WorkRequestActionResult PrivateAccessChannelCreated
-
PrivateAccessChannelUpdated
public static final WorkRequestActionResult PrivateAccessChannelUpdated
-
PrivateAccessChannelDeleted
public static final WorkRequestActionResult PrivateAccessChannelDeleted
-
None
public static final WorkRequestActionResult None
-
UnknownEnumValue
public static final WorkRequestActionResult UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static WorkRequestActionResult[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (WorkRequestActionResult c : WorkRequestActionResult.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WorkRequestActionResult valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static WorkRequestActionResult create(String key)
-
-