Enum GetFunctionLibraryRequest.Projection
- java.lang.Object
- 
- java.lang.Enum<GetFunctionLibraryRequest.Projection>
- 
- com.oracle.bmc.dataintegration.requests.GetFunctionLibraryRequest.Projection
 
 
- 
- All Implemented Interfaces:
- BmcEnum,- Serializable,- Comparable<GetFunctionLibraryRequest.Projection>
 - Enclosing class:
- GetFunctionLibraryRequest
 
 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 SummaryEnum Constants Enum Constant Description ChildCountStatistics
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFunctionLibraryRequest.Projectioncreate(String key)StringgetValue()static GetFunctionLibraryRequest.ProjectionvalueOf(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.
 
- 
- 
- 
Enum Constant Detail- 
ChildCountStatisticspublic static final GetFunctionLibraryRequest.Projection ChildCountStatistics 
 
- 
 - 
Method Detail- 
valuespublic static GetFunctionLibraryRequest.Projection[] values() Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetFunctionLibraryRequest.Projection c : GetFunctionLibraryRequest.Projection.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static GetFunctionLibraryRequest.Projection valueOf(String name) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum type has no constant with the specified name
- NullPointerException- if the argument is null
 
 - 
createpublic static GetFunctionLibraryRequest.Projection create(String key) 
 
- 
 
-