Uses of Class
com.oracle.bmc.dataintegration.model.ImportRequestSummary
-
Packages that use ImportRequestSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of ImportRequestSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ImportRequestSummary Modifier and Type Method Description Iterable<ImportRequestSummary>
DataIntegrationPaginators. listImportRequestsRecordIterator(ListImportRequestsRequest request)
Creates a new iterable which will iterate over theImportRequestSummary
objects contained in responses from the listImportRequests operation. -
Uses of ImportRequestSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return ImportRequestSummary Modifier and Type Method Description ImportRequestSummary
ImportRequestSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type ImportRequestSummary Modifier and Type Method Description List<ImportRequestSummary>
ImportRequestSummaryCollection. getItems()
The array of import object requests status summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type ImportRequestSummary Modifier and Type Method Description ImportRequestSummary.Builder
ImportRequestSummary.Builder. copy(ImportRequestSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type ImportRequestSummary Modifier and Type Method Description ImportRequestSummaryCollection.Builder
ImportRequestSummaryCollection.Builder. items(List<ImportRequestSummary> items)
The array of import object requests status summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type ImportRequestSummary Constructor Description ImportRequestSummaryCollection(List<ImportRequestSummary> items)
Deprecated.
-