Uses of Class
com.oracle.bmc.dataintegration.requests.GetFunctionLibraryRequest.Projection
-
Packages that use GetFunctionLibraryRequest.Projection Package Description com.oracle.bmc.dataintegration.requests -
-
Uses of GetFunctionLibraryRequest.Projection in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return GetFunctionLibraryRequest.Projection Modifier and Type Method Description static GetFunctionLibraryRequest.Projection
GetFunctionLibraryRequest.Projection. create(String key)
static GetFunctionLibraryRequest.Projection
GetFunctionLibraryRequest.Projection. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetFunctionLibraryRequest.Projection[]
GetFunctionLibraryRequest.Projection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.requests that return types with arguments of type GetFunctionLibraryRequest.Projection Modifier and Type Method Description List<GetFunctionLibraryRequest.Projection>
GetFunctionLibraryRequest. getProjection()
This parameter allows users to specify which view of the object to return.Methods in com.oracle.bmc.dataintegration.requests with parameters of type GetFunctionLibraryRequest.Projection Modifier and Type Method Description GetFunctionLibraryRequest.Builder
GetFunctionLibraryRequest.Builder. projection(GetFunctionLibraryRequest.Projection singularValue)
Singular setter.Method parameters in com.oracle.bmc.dataintegration.requests with type arguments of type GetFunctionLibraryRequest.Projection Modifier and Type Method Description GetFunctionLibraryRequest.Builder
GetFunctionLibraryRequest.Builder. projection(List<GetFunctionLibraryRequest.Projection> projection)
This parameter allows users to specify which view of the object to return.
-