Package com.oracle.bmc.waas.model
Enum WorkRequestOperationTypes
- java.lang.Object
-
- java.lang.Enum<WorkRequestOperationTypes>
-
- com.oracle.bmc.waas.model.WorkRequestOperationTypes
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<WorkRequestOperationTypes>
@Generated(value="OracleSDKGenerator", comments="API Version: 20181116") public enum WorkRequestOperationTypes extends Enum<WorkRequestOperationTypes> implements BmcEnum
An enum value indicating the operation being performed by the work request.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CreateCustomProtectionRule
CreateHttpRedirect
CreateWaasPolicy
DeleteCustomProtectionRule
DeleteHttpRedirect
DeleteWaasPolicy
PurgeWaasPolicyCache
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.UpdateCustomProtectionRule
UpdateHttpRedirect
UpdateWaasPolicy
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WorkRequestOperationTypes
create(String key)
String
getValue()
static WorkRequestOperationTypes
valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkRequestOperationTypes[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CreateWaasPolicy
public static final WorkRequestOperationTypes CreateWaasPolicy
-
UpdateWaasPolicy
public static final WorkRequestOperationTypes UpdateWaasPolicy
-
DeleteWaasPolicy
public static final WorkRequestOperationTypes DeleteWaasPolicy
-
CreateHttpRedirect
public static final WorkRequestOperationTypes CreateHttpRedirect
-
UpdateHttpRedirect
public static final WorkRequestOperationTypes UpdateHttpRedirect
-
DeleteHttpRedirect
public static final WorkRequestOperationTypes DeleteHttpRedirect
-
PurgeWaasPolicyCache
public static final WorkRequestOperationTypes PurgeWaasPolicyCache
-
CreateCustomProtectionRule
public static final WorkRequestOperationTypes CreateCustomProtectionRule
-
UpdateCustomProtectionRule
public static final WorkRequestOperationTypes UpdateCustomProtectionRule
-
DeleteCustomProtectionRule
public static final WorkRequestOperationTypes DeleteCustomProtectionRule
-
UnknownEnumValue
public static final WorkRequestOperationTypes 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 WorkRequestOperationTypes[] 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 (WorkRequestOperationTypes c : WorkRequestOperationTypes.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WorkRequestOperationTypes 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 WorkRequestOperationTypes create(String key)
-
-