Uses of Class
com.oracle.bmc.marketplacepublisher.model.OfferSummary
-
Packages that use OfferSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of OfferSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type OfferSummary Modifier and Type Method Description Iterable<OfferSummary>
OfferPaginators. listOffersRecordIterator(ListOffersRequest request)
Creates a new iterable which will iterate over theOfferSummary
objects contained in responses from the listOffers operation. -
Uses of OfferSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return OfferSummary Modifier and Type Method Description OfferSummary
OfferSummary.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type OfferSummary Modifier and Type Method Description List<OfferSummary>
OfferCollection. getItems()
List of offers.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type OfferSummary Modifier and Type Method Description OfferSummary.Builder
OfferSummary.Builder. copy(OfferSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type OfferSummary Modifier and Type Method Description OfferCollection.Builder
OfferCollection.Builder. items(List<OfferSummary> items)
List of offers.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type OfferSummary Constructor Description OfferCollection(List<OfferSummary> items)
Deprecated.
-