Uses of Class
com.oracle.bmc.dataintegration.model.PublishedObjectSummary
-
Packages that use PublishedObjectSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of PublishedObjectSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type PublishedObjectSummary Modifier and Type Method Description Iterable<PublishedObjectSummary>
DataIntegrationPaginators. listPublishedObjectsRecordIterator(ListPublishedObjectsRequest request)
Creates a new iterable which will iterate over thePublishedObjectSummary
objects contained in responses from the listPublishedObjects operation. -
Uses of PublishedObjectSummary in com.oracle.bmc.dataintegration.model
Subclasses of PublishedObjectSummary in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
PublishedObjectFromPipelineTaskSummary
The pipeline task published object summary.class
PublishedObjectSummaryFromDataLoaderTask
The data loader task published object summary.class
PublishedObjectSummaryFromIntegrationTask
The integration task published object summary.Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type PublishedObjectSummary Modifier and Type Method Description List<PublishedObjectSummary>
PublishedObjectSummaryCollection. getItems()
The array of published object summaries.Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type PublishedObjectSummary Modifier and Type Method Description PublishedObjectSummaryCollection.Builder
PublishedObjectSummaryCollection.Builder. items(List<PublishedObjectSummary> items)
The array of published object summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type PublishedObjectSummary Constructor Description PublishedObjectSummaryCollection(List<PublishedObjectSummary> items)
Deprecated.
-