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