Uses of Class
com.oracle.bmc.marketplace.model.PublicationSummary
-
Packages that use PublicationSummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.responses -
-
Uses of PublicationSummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type PublicationSummary Modifier and Type Method Description Iterable<PublicationSummary>
MarketplacePaginators. listPublicationsRecordIterator(ListPublicationsRequest request)
Creates a new iterable which will iterate over thePublicationSummary
objects contained in responses from the listPublications operation. -
Uses of PublicationSummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return PublicationSummary Modifier and Type Method Description PublicationSummary
PublicationSummary.Builder. build()
Methods in com.oracle.bmc.marketplace.model with parameters of type PublicationSummary Modifier and Type Method Description PublicationSummary.Builder
PublicationSummary.Builder. copy(PublicationSummary model)
-
Uses of PublicationSummary in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return types with arguments of type PublicationSummary Modifier and Type Method Description List<PublicationSummary>
ListPublicationsResponse. getItems()
A list of com.oracle.bmc.marketplace.model.PublicationSummary instances.Method parameters in com.oracle.bmc.marketplace.responses with type arguments of type PublicationSummary Modifier and Type Method Description ListPublicationsResponse.Builder
ListPublicationsResponse.Builder. items(List<PublicationSummary> items)
A list of com.oracle.bmc.marketplace.model.PublicationSummary instances.
-