Enum GetEntityRequest.Fields
- java.lang.Object
-
- java.lang.Enum<GetEntityRequest.Fields>
-
- com.oracle.bmc.datacatalog.requests.GetEntityRequest.Fields
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetEntityRequest.Fields>
- Enclosing class:
- GetEntityRequest
public static enum GetEntityRequest.Fields extends Enum<GetEntityRequest.Fields> implements BmcEnum
Specifies the fields to return in an entity response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CreatedById
DataAssetKey
Description
DisplayName
ExternalKey
FolderKey
FolderName
HarvestStatus
IsLogical
IsPartition
Key
LastJobKey
LifecycleState
Path
Properties
TimeCreated
TimeExternal
TimeStatusUpdated
TimeUpdated
TypeKey
UpdatedById
Uri
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetEntityRequest.Fields
create(String key)
String
getValue()
static GetEntityRequest.Fields
valueOf(String name)
Returns the enum constant of this type with the specified name.static GetEntityRequest.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 GetEntityRequest.Fields Key
-
DisplayName
public static final GetEntityRequest.Fields DisplayName
-
Description
public static final GetEntityRequest.Fields Description
-
DataAssetKey
public static final GetEntityRequest.Fields DataAssetKey
-
TimeCreated
public static final GetEntityRequest.Fields TimeCreated
-
TimeUpdated
public static final GetEntityRequest.Fields TimeUpdated
-
CreatedById
public static final GetEntityRequest.Fields CreatedById
-
UpdatedById
public static final GetEntityRequest.Fields UpdatedById
-
LifecycleState
public static final GetEntityRequest.Fields LifecycleState
-
ExternalKey
public static final GetEntityRequest.Fields ExternalKey
-
TimeExternal
public static final GetEntityRequest.Fields TimeExternal
-
TimeStatusUpdated
public static final GetEntityRequest.Fields TimeStatusUpdated
-
IsLogical
public static final GetEntityRequest.Fields IsLogical
-
IsPartition
public static final GetEntityRequest.Fields IsPartition
-
FolderKey
public static final GetEntityRequest.Fields FolderKey
-
FolderName
public static final GetEntityRequest.Fields FolderName
-
TypeKey
public static final GetEntityRequest.Fields TypeKey
-
Path
public static final GetEntityRequest.Fields Path
-
HarvestStatus
public static final GetEntityRequest.Fields HarvestStatus
-
LastJobKey
public static final GetEntityRequest.Fields LastJobKey
-
Uri
public static final GetEntityRequest.Fields Uri
-
Properties
public static final GetEntityRequest.Fields Properties
-
-
Method Detail
-
values
public static GetEntityRequest.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 (GetEntityRequest.Fields c : GetEntityRequest.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 GetEntityRequest.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 GetEntityRequest.Fields create(String key)
-
-