Package com.oracle.bmc.blockchain.model
Enum AvailabilityDomain.Ads
- java.lang.Object
- 
- java.lang.Enum<AvailabilityDomain.Ads>
- 
- com.oracle.bmc.blockchain.model.AvailabilityDomain.Ads
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<AvailabilityDomain.Ads>
 - Enclosing class:
- AvailabilityDomain
 
 public static enum AvailabilityDomain.Ads extends Enum<AvailabilityDomain.Ads> implements BmcEnum Availability Domain Identifiers
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description Ad1Ad2Ad3UnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AvailabilityDomain.Adscreate(String key)StringgetValue()static AvailabilityDomain.AdsvalueOf(String name)Returns the enum constant of this type with the specified name.static AvailabilityDomain.Ads[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
Ad1public static final AvailabilityDomain.Ads Ad1 
 - 
Ad2public static final AvailabilityDomain.Ads Ad2 
 - 
Ad3public static final AvailabilityDomain.Ads Ad3 
 - 
UnknownEnumValuepublic static final AvailabilityDomain.Ads 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- 
valuespublic static AvailabilityDomain.Ads[] 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 (AvailabilityDomain.Ads c : AvailabilityDomain.Ads.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static AvailabilityDomain.Ads 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 AvailabilityDomain.Ads create(String key) 
 
- 
 
-