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