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