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