Enum Attachment.Type
- java.lang.Object
-
- java.lang.Enum<Attachment.Type>
-
- com.oracle.bmc.marketplacepublisher.model.Attachment.Type
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<Attachment.Type>
- Enclosing class:
- Attachment
public static enum Attachment.Type extends Enum<Attachment.Type> implements BmcEnum
The type of offer attachment.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ContractTAndC
Eula
Misc
Quote
TermsOfUse
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 Attachment.Type
create(String key)
String
getValue()
static Attachment.Type
valueOf(String name)
Returns the enum constant of this type with the specified name.static Attachment.Type[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ContractTAndC
public static final Attachment.Type ContractTAndC
-
Quote
public static final Attachment.Type Quote
-
Eula
public static final Attachment.Type Eula
-
TermsOfUse
public static final Attachment.Type TermsOfUse
-
Misc
public static final Attachment.Type Misc
-
UnknownEnumValue
public static final Attachment.Type 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 Attachment.Type[] 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 (Attachment.Type c : Attachment.Type.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Attachment.Type 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 Attachment.Type create(String key)
-
-