public static enum ListEntityTagsRequest.Fields extends Enum<ListEntityTagsRequest.Fields> implements BmcEnum
Specifies the fields to return in an entity tag summary response.
Enum Constant and Description |
---|
EntityKey |
GlossaryKey |
Key |
LifecycleState |
Name |
TermDescription |
TermKey |
TermPath |
TimeCreated |
Uri |
Modifier and Type | Method and Description |
---|---|
static ListEntityTagsRequest.Fields |
create(String key) |
String |
getValue() |
static ListEntityTagsRequest.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListEntityTagsRequest.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListEntityTagsRequest.Fields Key
public static final ListEntityTagsRequest.Fields Name
public static final ListEntityTagsRequest.Fields TermKey
public static final ListEntityTagsRequest.Fields TermPath
public static final ListEntityTagsRequest.Fields TermDescription
public static final ListEntityTagsRequest.Fields LifecycleState
public static final ListEntityTagsRequest.Fields TimeCreated
public static final ListEntityTagsRequest.Fields Uri
public static final ListEntityTagsRequest.Fields GlossaryKey
public static final ListEntityTagsRequest.Fields EntityKey
public static ListEntityTagsRequest.Fields[] values()
for (ListEntityTagsRequest.Fields c : ListEntityTagsRequest.Fields.values()) System.out.println(c);
public static ListEntityTagsRequest.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 ListEntityTagsRequest.Fields create(String key)
Copyright © 2016–2025. All rights reserved.