Enum ListDataAssetTagsRequest.Fields
- java.lang.Object
-
- java.lang.Enum<ListDataAssetTagsRequest.Fields>
-
- com.oracle.bmc.datacatalog.requests.ListDataAssetTagsRequest.Fields
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListDataAssetTagsRequest.Fields>
- Enclosing class:
- ListDataAssetTagsRequest
public static enum ListDataAssetTagsRequest.Fields extends Enum<ListDataAssetTagsRequest.Fields> implements BmcEnum
Specifies the fields to return in a data asset tag summary response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DataAssetKey
GlossaryKey
Key
LifecycleState
Name
TermDescription
TermKey
TermPath
TimeCreated
Uri
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListDataAssetTagsRequest.Fields
create(String key)
String
getValue()
static ListDataAssetTagsRequest.Fields
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDataAssetTagsRequest.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 ListDataAssetTagsRequest.Fields Key
-
Name
public static final ListDataAssetTagsRequest.Fields Name
-
TermKey
public static final ListDataAssetTagsRequest.Fields TermKey
-
TermPath
public static final ListDataAssetTagsRequest.Fields TermPath
-
TermDescription
public static final ListDataAssetTagsRequest.Fields TermDescription
-
LifecycleState
public static final ListDataAssetTagsRequest.Fields LifecycleState
-
TimeCreated
public static final ListDataAssetTagsRequest.Fields TimeCreated
-
Uri
public static final ListDataAssetTagsRequest.Fields Uri
-
GlossaryKey
public static final ListDataAssetTagsRequest.Fields GlossaryKey
-
DataAssetKey
public static final ListDataAssetTagsRequest.Fields DataAssetKey
-
-
Method Detail
-
values
public static ListDataAssetTagsRequest.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 (ListDataAssetTagsRequest.Fields c : ListDataAssetTagsRequest.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 ListDataAssetTagsRequest.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 ListDataAssetTagsRequest.Fields create(String key)
-
-