Package com.oracle.bmc.datascience.model
Enum ModelSettingCustomerNotificationType
- java.lang.Object
-
- java.lang.Enum<ModelSettingCustomerNotificationType>
-
- com.oracle.bmc.datascience.model.ModelSettingCustomerNotificationType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ModelSettingCustomerNotificationType>
@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public enum ModelSettingCustomerNotificationType extends Enum<ModelSettingCustomerNotificationType> implements BmcEnum
Customer notification type based on setting action events for backup, archival and deletion.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description All
None
OnFailure
OnSuccess
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 ModelSettingCustomerNotificationType
create(String key)
String
getValue()
static ModelSettingCustomerNotificationType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ModelSettingCustomerNotificationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
None
public static final ModelSettingCustomerNotificationType None
-
All
public static final ModelSettingCustomerNotificationType All
-
OnFailure
public static final ModelSettingCustomerNotificationType OnFailure
-
OnSuccess
public static final ModelSettingCustomerNotificationType OnSuccess
-
UnknownEnumValue
public static final ModelSettingCustomerNotificationType 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 ModelSettingCustomerNotificationType[] 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 (ModelSettingCustomerNotificationType c : ModelSettingCustomerNotificationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ModelSettingCustomerNotificationType 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 ModelSettingCustomerNotificationType create(String key)
-
-