Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingRevisionPackageSummary
-
Packages that use ListingRevisionPackageSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of ListingRevisionPackageSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListingRevisionPackageSummary Modifier and Type Method Description Iterable<ListingRevisionPackageSummary>
MarketplacePublisherPaginators. listListingRevisionPackagesRecordIterator(ListListingRevisionPackagesRequest request)
Creates a new iterable which will iterate over theListingRevisionPackageSummary
objects contained in responses from the listListingRevisionPackages operation. -
Uses of ListingRevisionPackageSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingRevisionPackageSummary Modifier and Type Method Description ListingRevisionPackageSummary
ListingRevisionPackageSummary.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type ListingRevisionPackageSummary Modifier and Type Method Description List<ListingRevisionPackageSummary>
ListingRevisionPackageCollection. getItems()
List of package summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionPackageSummary Modifier and Type Method Description ListingRevisionPackageSummary.Builder
ListingRevisionPackageSummary.Builder. copy(ListingRevisionPackageSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingRevisionPackageSummary Modifier and Type Method Description ListingRevisionPackageCollection.Builder
ListingRevisionPackageCollection.Builder. items(List<ListingRevisionPackageSummary> items)
List of package summary.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingRevisionPackageSummary Constructor Description ListingRevisionPackageCollection(List<ListingRevisionPackageSummary> items)
Deprecated.
-