Package com.oracle.bmc.opsi.requests
Enum ListAwrHubObjectsRequest.Fields
- java.lang.Object
-
- java.lang.Enum<ListAwrHubObjectsRequest.Fields>
-
- com.oracle.bmc.opsi.requests.ListAwrHubObjectsRequest.Fields
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAwrHubObjectsRequest.Fields>
- Enclosing class:
- ListAwrHubObjectsRequest
public static enum ListAwrHubObjectsRequest.Fields extends Enum<ListAwrHubObjectsRequest.Fields> implements BmcEnum
By default all the fields are returned.Use this parameter to fetch specific fields ‘size’, ‘etag’, ‘md5’, ‘timeCreated’, ‘timeModified’, ‘storageTier’ and ‘archivalState’ fields. List the names of those fields in a comma-separated, case-insensitive list as the value of this parameter. For example: ‘name,etag,timeCreated,md5,timeModified,storageTier,archivalState’.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ArchivalState
Etag
Md5
Name
Size
StorageTier
TimeCreated
TimeModified
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAwrHubObjectsRequest.Fields
create(String key)
String
getValue()
static ListAwrHubObjectsRequest.Fields
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAwrHubObjectsRequest.Fields[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Name
public static final ListAwrHubObjectsRequest.Fields Name
-
Size
public static final ListAwrHubObjectsRequest.Fields Size
-
Etag
public static final ListAwrHubObjectsRequest.Fields Etag
-
TimeCreated
public static final ListAwrHubObjectsRequest.Fields TimeCreated
-
Md5
public static final ListAwrHubObjectsRequest.Fields Md5
-
ArchivalState
public static final ListAwrHubObjectsRequest.Fields ArchivalState
-
TimeModified
public static final ListAwrHubObjectsRequest.Fields TimeModified
-
StorageTier
public static final ListAwrHubObjectsRequest.Fields StorageTier
-
-
Method Detail
-
values
public static ListAwrHubObjectsRequest.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 (ListAwrHubObjectsRequest.Fields c : ListAwrHubObjectsRequest.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 ListAwrHubObjectsRequest.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 ListAwrHubObjectsRequest.Fields create(String key)
-
-