Uses of Class
com.oracle.bmc.dataintegration.model.UserDefinedFunctionSummary
-
Packages that use UserDefinedFunctionSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of UserDefinedFunctionSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type UserDefinedFunctionSummary Modifier and Type Method Description Iterable<UserDefinedFunctionSummary>
DataIntegrationPaginators. listUserDefinedFunctionsRecordIterator(ListUserDefinedFunctionsRequest request)
Creates a new iterable which will iterate over theUserDefinedFunctionSummary
objects contained in responses from the listUserDefinedFunctions operation. -
Uses of UserDefinedFunctionSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return UserDefinedFunctionSummary Modifier and Type Method Description UserDefinedFunctionSummary
UserDefinedFunctionSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type UserDefinedFunctionSummary Modifier and Type Method Description List<UserDefinedFunctionSummary>
UserDefinedFunctionSummaryCollection. getItems()
The array of user defined function summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type UserDefinedFunctionSummary Modifier and Type Method Description UserDefinedFunctionSummary.Builder
UserDefinedFunctionSummary.Builder. copy(UserDefinedFunctionSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type UserDefinedFunctionSummary Modifier and Type Method Description UserDefinedFunctionSummaryCollection.Builder
UserDefinedFunctionSummaryCollection.Builder. items(List<UserDefinedFunctionSummary> items)
The array of user defined function summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type UserDefinedFunctionSummary Constructor Description UserDefinedFunctionSummaryCollection(List<UserDefinedFunctionSummary> items)
Deprecated.
-