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