Enum ListAssociationsRequest.AssociationType
- java.lang.Object
-
- java.lang.Enum<ListAssociationsRequest.AssociationType>
-
- com.oracle.bmc.certificatesmanagement.requests.ListAssociationsRequest.AssociationType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAssociationsRequest.AssociationType>
- Enclosing class:
- ListAssociationsRequest
public static enum ListAssociationsRequest.AssociationType extends Enum<ListAssociationsRequest.AssociationType> implements BmcEnum
Type of associations to list.If the parameter is set to null, the service lists all types of associations.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CaBundle
Certificate
CertificateAuthority
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAssociationsRequest.AssociationType
create(String key)
String
getValue()
static ListAssociationsRequest.AssociationType
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAssociationsRequest.AssociationType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Certificate
public static final ListAssociationsRequest.AssociationType Certificate
-
CertificateAuthority
public static final ListAssociationsRequest.AssociationType CertificateAuthority
-
CaBundle
public static final ListAssociationsRequest.AssociationType CaBundle
-
-
Method Detail
-
values
public static ListAssociationsRequest.AssociationType[] 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 (ListAssociationsRequest.AssociationType c : ListAssociationsRequest.AssociationType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAssociationsRequest.AssociationType 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 ListAssociationsRequest.AssociationType create(String key)
-
-