Package com.oracle.bmc.datasafe.model
Enum ServiceList
- java.lang.Object
- 
- java.lang.Enum<ServiceList>
- 
- com.oracle.bmc.datasafe.model.ServiceList
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<ServiceList>
 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum ServiceList extends Enum<ServiceList> implements BmcEnumList of (Oracle) Data Safe services, the only production service is DataSafe, the other services are used in devtest.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description DataSafeDataSafeDevDataSafeDev1DataSafeDev2DataSafeDev3DataSafeDev4DataSafeDev5DataSafeDev6DataSafeDev7DataSafeDev8DataSafeDev9DataSafeLrg1DataSafeLrg2DataSafeLrg3DataSafeLrg4DataSafePtestDataSafeStageDataSafeStest
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceListcreate(String key)StringgetValue()static ServiceListvalueOf(String name)Returns the enum constant of this type with the specified name.static ServiceList[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
DataSafepublic static final ServiceList DataSafe 
 - 
DataSafeDevpublic static final ServiceList DataSafeDev 
 - 
DataSafeDev1public static final ServiceList DataSafeDev1 
 - 
DataSafeDev2public static final ServiceList DataSafeDev2 
 - 
DataSafeDev3public static final ServiceList DataSafeDev3 
 - 
DataSafeDev4public static final ServiceList DataSafeDev4 
 - 
DataSafeDev5public static final ServiceList DataSafeDev5 
 - 
DataSafeDev6public static final ServiceList DataSafeDev6 
 - 
DataSafeDev7public static final ServiceList DataSafeDev7 
 - 
DataSafeDev8public static final ServiceList DataSafeDev8 
 - 
DataSafeDev9public static final ServiceList DataSafeDev9 
 - 
DataSafeLrg1public static final ServiceList DataSafeLrg1 
 - 
DataSafeLrg2public static final ServiceList DataSafeLrg2 
 - 
DataSafeLrg3public static final ServiceList DataSafeLrg3 
 - 
DataSafeLrg4public static final ServiceList DataSafeLrg4 
 - 
DataSafePtestpublic static final ServiceList DataSafePtest 
 - 
DataSafeStestpublic static final ServiceList DataSafeStest 
 - 
DataSafeStagepublic static final ServiceList DataSafeStage 
 
- 
 - 
Method Detail- 
valuespublic static ServiceList[] 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 (ServiceList c : ServiceList.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static ServiceList 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static ServiceList create(String key) 
 
- 
 
-