Uses of Class
com.oracle.bmc.marketplacepublisher.model.PublisherSummary
-
Packages that use PublisherSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of PublisherSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type PublisherSummary Modifier and Type Method Description Iterable<PublisherSummary>
MarketplacePublisherPaginators. listPublishersRecordIterator(ListPublishersRequest request)
Creates a new iterable which will iterate over thePublisherSummary
objects contained in responses from the listPublishers operation. -
Uses of PublisherSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return PublisherSummary Modifier and Type Method Description PublisherSummary
PublisherSummary.Builder. build()
PublisherSummary
Offer. getPublisherSummary()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type PublisherSummary Modifier and Type Method Description List<PublisherSummary>
PublisherCollection. getItems()
List of publisher summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type PublisherSummary Modifier and Type Method Description PublisherSummary.Builder
PublisherSummary.Builder. copy(PublisherSummary model)
Offer.Builder
Offer.Builder. publisherSummary(PublisherSummary publisherSummary)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type PublisherSummary Modifier and Type Method Description PublisherCollection.Builder
PublisherCollection.Builder. items(List<PublisherSummary> items)
List of publisher summary.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type PublisherSummary Constructor Description Offer(String id, String displayName, String sellerCompartmentId, String buyerCompartmentId, String description, Date timeStartDate, String duration, Date timeCreated, Date timeUpdated, Date timeAcceptBy, Date timeAccepted, Date timeOfferEnd, Offer.LifecycleState lifecycleState, String lifecycleDetails, Offer.OfferStatus offerStatus, PublisherSummary publisherSummary, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type PublisherSummary Constructor Description PublisherCollection(List<PublisherSummary> items)
Deprecated.
-