Package com.oracle.bmc.datascience.model
Enum ScheduleHttpActionDetails.HttpActionType
- java.lang.Object
-
- java.lang.Enum<ScheduleHttpActionDetails.HttpActionType>
-
- com.oracle.bmc.datascience.model.ScheduleHttpActionDetails.HttpActionType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ScheduleHttpActionDetails.HttpActionType>
- Enclosing class:
- ScheduleHttpActionDetails
public static enum ScheduleHttpActionDetails.HttpActionType extends Enum<ScheduleHttpActionDetails.HttpActionType> implements BmcEnum
The type of http action to trigger.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CreateJobRun
CreatePipelineRun
InvokeMlApplicationProviderTrigger
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduleHttpActionDetails.HttpActionType
create(String key)
String
getValue()
static ScheduleHttpActionDetails.HttpActionType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduleHttpActionDetails.HttpActionType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CreateJobRun
public static final ScheduleHttpActionDetails.HttpActionType CreateJobRun
-
CreatePipelineRun
public static final ScheduleHttpActionDetails.HttpActionType CreatePipelineRun
-
InvokeMlApplicationProviderTrigger
public static final ScheduleHttpActionDetails.HttpActionType InvokeMlApplicationProviderTrigger
-
UnknownEnumValue
public static final ScheduleHttpActionDetails.HttpActionType 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 ScheduleHttpActionDetails.HttpActionType[] 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 (ScheduleHttpActionDetails.HttpActionType c : ScheduleHttpActionDetails.HttpActionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ScheduleHttpActionDetails.HttpActionType 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 ScheduleHttpActionDetails.HttpActionType create(String key)
-
-