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