public static enum GetFunctionLibraryRequest.Projection extends Enum<GetFunctionLibraryRequest.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 GetFunctionLibraryRequest.Projection |
create(String key) |
String |
getValue() |
static GetFunctionLibraryRequest.Projection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetFunctionLibraryRequest.Projection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetFunctionLibraryRequest.Projection ChildCountStatistics
public static GetFunctionLibraryRequest.Projection[] values()
for (GetFunctionLibraryRequest.Projection c : GetFunctionLibraryRequest.Projection.values()) System.out.println(c);
public static GetFunctionLibraryRequest.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 GetFunctionLibraryRequest.Projection create(String key)
Copyright © 2016–2024. All rights reserved.