Enum InputDetails.InputType
- java.lang.Object
-
- java.lang.Enum<InputDetails.InputType>
-
- com.oracle.bmc.aianomalydetection.model.InputDetails.InputType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<InputDetails.InputType>
- Enclosing class:
- InputDetails
public static enum InputDetails.InputType extends Enum<InputDetails.InputType> implements BmcEnum
Type of request.This parameter is automatically populated by classes generated by the SDK. For raw curl requests, you must provide this field.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Base64Encoded
Inline
ObjectList
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDetails.InputType
create(String key)
String
getValue()
static InputDetails.InputType
valueOf(String name)
Returns the enum constant of this type with the specified name.static InputDetails.InputType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Inline
public static final InputDetails.InputType Inline
-
Base64Encoded
public static final InputDetails.InputType Base64Encoded
-
ObjectList
public static final InputDetails.InputType ObjectList
-
-
Method Detail
-
values
public static InputDetails.InputType[] 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 (InputDetails.InputType c : InputDetails.InputType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InputDetails.InputType 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 InputDetails.InputType create(String key)
-
-