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