Uses of Class
com.oracle.bmc.dataintegration.model.PublishedObjectSummaryCollection
-
Packages that use PublishedObjectSummaryCollection Package Description com.oracle.bmc.dataintegration.model com.oracle.bmc.dataintegration.responses -
-
Uses of PublishedObjectSummaryCollection in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return PublishedObjectSummaryCollection Modifier and Type Method Description PublishedObjectSummaryCollection
PublishedObjectSummaryCollection.Builder. build()
Methods in com.oracle.bmc.dataintegration.model with parameters of type PublishedObjectSummaryCollection Modifier and Type Method Description PublishedObjectSummaryCollection.Builder
PublishedObjectSummaryCollection.Builder. copy(PublishedObjectSummaryCollection model)
-
Uses of PublishedObjectSummaryCollection in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return PublishedObjectSummaryCollection Modifier and Type Method Description PublishedObjectSummaryCollection
ListPublishedObjectsResponse. getPublishedObjectSummaryCollection()
The returned PublishedObjectSummaryCollection instance.Methods in com.oracle.bmc.dataintegration.responses with parameters of type PublishedObjectSummaryCollection Modifier and Type Method Description ListPublishedObjectsResponse.Builder
ListPublishedObjectsResponse.Builder. publishedObjectSummaryCollection(PublishedObjectSummaryCollection publishedObjectSummaryCollection)
The returned PublishedObjectSummaryCollection instance.
-