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 theListingRevisionPackageSummaryobjects 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 ListingRevisionPackageSummaryListingRevisionPackageSummary.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.BuilderListingRevisionPackageSummary.Builder. copy(ListingRevisionPackageSummary model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingRevisionPackageSummary Modifier and Type Method Description ListingRevisionPackageCollection.BuilderListingRevisionPackageCollection.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.
-