Uses of Class
com.oracle.bmc.dataintegration.model.FunctionLibrarySummary
-
Packages that use FunctionLibrarySummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of FunctionLibrarySummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type FunctionLibrarySummary Modifier and Type Method Description Iterable<FunctionLibrarySummary>
DataIntegrationPaginators. listFunctionLibrariesRecordIterator(ListFunctionLibrariesRequest request)
Creates a new iterable which will iterate over theFunctionLibrarySummary
objects contained in responses from the listFunctionLibraries operation. -
Uses of FunctionLibrarySummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return FunctionLibrarySummary Modifier and Type Method Description FunctionLibrarySummary
FunctionLibrarySummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type FunctionLibrarySummary Modifier and Type Method Description List<FunctionLibrarySummary>
FunctionLibrarySummaryCollection. getItems()
The array of FunctionLibrary summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type FunctionLibrarySummary Modifier and Type Method Description FunctionLibrarySummary.Builder
FunctionLibrarySummary.Builder. copy(FunctionLibrarySummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type FunctionLibrarySummary Modifier and Type Method Description FunctionLibrarySummaryCollection.Builder
FunctionLibrarySummaryCollection.Builder. items(List<FunctionLibrarySummary> items)
The array of FunctionLibrary summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type FunctionLibrarySummary Constructor Description FunctionLibrarySummaryCollection(List<FunctionLibrarySummary> items)
Deprecated.
-