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