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