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