public static enum ListBucketsRequest.Fields extends Enum<ListBucketsRequest.Fields> implements BmcEnum
Bucket summary in list of buckets includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, and ‘etag’ fields. This parameter can also include ‘tags’ (freeformTags and definedTags). The only supported value of this parameter is ‘tags’ for now. Example ‘tags’.
Enum Constant and Description |
---|
Tags |
Modifier and Type | Method and Description |
---|---|
static ListBucketsRequest.Fields |
create(String key) |
String |
getValue() |
static ListBucketsRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListBucketsRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListBucketsRequest.Fields Tags
public static ListBucketsRequest.Fields[] values()
for (ListBucketsRequest.Fields c : ListBucketsRequest.Fields.values()) System.out.println(c);
public static ListBucketsRequest.Fields valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ListBucketsRequest.Fields create(String key)
Copyright © 2016–2024. All rights reserved.