Uses of Class
com.oracle.bmc.dataintegration.model.FunctionLibrary
-
Packages that use FunctionLibrary Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of FunctionLibrary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FunctionLibrary Modifier and Type Method Description FunctionLibrary
FunctionLibrary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type FunctionLibrary Modifier and Type Method Description FunctionLibrary.Builder
FunctionLibrary.Builder. copy(FunctionLibrary model)
-
Uses of FunctionLibrary in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return FunctionLibrary Modifier and Type Method Description FunctionLibrary
CreateFunctionLibraryResponse. getFunctionLibrary()
The returned FunctionLibrary instance.FunctionLibrary
GetFunctionLibraryResponse. getFunctionLibrary()
The returned FunctionLibrary instance.FunctionLibrary
UpdateFunctionLibraryResponse. getFunctionLibrary()
The returned FunctionLibrary instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type FunctionLibrary Modifier and Type Method Description CreateFunctionLibraryResponse.Builder
CreateFunctionLibraryResponse.Builder. functionLibrary(FunctionLibrary functionLibrary)
The returned FunctionLibrary instance.GetFunctionLibraryResponse.Builder
GetFunctionLibraryResponse.Builder. functionLibrary(FunctionLibrary functionLibrary)
The returned FunctionLibrary instance.UpdateFunctionLibraryResponse.Builder
UpdateFunctionLibraryResponse.Builder. functionLibrary(FunctionLibrary functionLibrary)
The returned FunctionLibrary instance.
-