Uses of Class
com.oracle.bmc.marketplace.model.ListingPackageSummary
-
Packages that use ListingPackageSummary Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.responses -
-
Uses of ListingPackageSummary in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return types with arguments of type ListingPackageSummary Modifier and Type Method Description Iterable<ListingPackageSummary>MarketplacePaginators. listPackagesRecordIterator(ListPackagesRequest request)Creates a new iterable which will iterate over theListingPackageSummaryobjects contained in responses from the listPackages operation. -
Uses of ListingPackageSummary in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return ListingPackageSummary Modifier and Type Method Description ListingPackageSummaryListingPackageSummary.Builder. build()Methods in com.oracle.bmc.marketplace.model with parameters of type ListingPackageSummary Modifier and Type Method Description ListingPackageSummary.BuilderListingPackageSummary.Builder. copy(ListingPackageSummary model) -
Uses of ListingPackageSummary in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return types with arguments of type ListingPackageSummary Modifier and Type Method Description List<ListingPackageSummary>ListPackagesResponse. getItems()A list of com.oracle.bmc.marketplace.model.ListingPackageSummary instances.Method parameters in com.oracle.bmc.marketplace.responses with type arguments of type ListingPackageSummary Modifier and Type Method Description ListPackagesResponse.BuilderListPackagesResponse.Builder. items(List<ListingPackageSummary> items)A list of com.oracle.bmc.marketplace.model.ListingPackageSummary instances.
-