public static enum GetFolderRequest.Projection extends Enum<GetFolderRequest.Projection> implements BmcEnum
This parameter allows users to specify which view of the object to return. CHILD_COUNT_STATISTICS - This option is used to get statistics on immediate children of the object by their type.
Enum Constant and Description |
---|
ChildCountStatistics |
Modifier and Type | Method and Description |
---|---|
static GetFolderRequest.Projection |
create(String key) |
String |
getValue() |
static GetFolderRequest.Projection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetFolderRequest.Projection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetFolderRequest.Projection ChildCountStatistics
public static GetFolderRequest.Projection[] values()
for (GetFolderRequest.Projection c : GetFolderRequest.Projection.values()) System.out.println(c);
public static GetFolderRequest.Projection 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 GetFolderRequest.Projection create(String key)
Copyright © 2016–2024. All rights reserved.