Enum ListAttributesRequest.Fields
- java.lang.Object
-
- java.lang.Enum<ListAttributesRequest.Fields>
-
- com.oracle.bmc.datacatalog.requests.ListAttributesRequest.Fields
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAttributesRequest.Fields>
- Enclosing class:
- ListAttributesRequest
public static enum ListAttributesRequest.Fields extends Enum<ListAttributesRequest.Fields> implements BmcEnum
Specifies the fields to return in an entity attribute summary response.
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAttributesRequest.Fields
create(String key)
String
getValue()
static ListAttributesRequest.Fields
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAttributesRequest.Fields[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Key
public static final ListAttributesRequest.Fields Key
-
DisplayName
public static final ListAttributesRequest.Fields DisplayName
-
Description
public static final ListAttributesRequest.Fields Description
-
EntityKey
public static final ListAttributesRequest.Fields EntityKey
-
LifecycleState
public static final ListAttributesRequest.Fields LifecycleState
-
TimeCreated
public static final ListAttributesRequest.Fields TimeCreated
-
ExternalDataType
public static final ListAttributesRequest.Fields ExternalDataType
-
ExternalKey
public static final ListAttributesRequest.Fields ExternalKey
-
Length
public static final ListAttributesRequest.Fields Length
-
Precision
public static final ListAttributesRequest.Fields Precision
-
Scale
public static final ListAttributesRequest.Fields Scale
-
IsNullable
public static final ListAttributesRequest.Fields IsNullable
-
Uri
public static final ListAttributesRequest.Fields Uri
-
Path
public static final ListAttributesRequest.Fields Path
-
MinCollectionCount
public static final ListAttributesRequest.Fields MinCollectionCount
-
MaxCollectionCount
public static final ListAttributesRequest.Fields MaxCollectionCount
-
DatatypeEntityKey
public static final ListAttributesRequest.Fields DatatypeEntityKey
-
ExternalDatatypeEntityKey
public static final ListAttributesRequest.Fields ExternalDatatypeEntityKey
-
ParentAttributeKey
public static final ListAttributesRequest.Fields ParentAttributeKey
-
ExternalParentAttributeKey
public static final ListAttributesRequest.Fields ExternalParentAttributeKey
-
Position
public static final ListAttributesRequest.Fields Position
-
TypeKey
public static final ListAttributesRequest.Fields TypeKey
-
-
Method Detail
-
values
public static ListAttributesRequest.Fields[] 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 (ListAttributesRequest.Fields c : ListAttributesRequest.Fields.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAttributesRequest.Fields 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 ListAttributesRequest.Fields create(String key)
-
-