Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.PublisherSummary
-
Packages that use PublisherSummary Package Description com.oracle.bmc.marketplaceprivateoffer.model -
-
Uses of PublisherSummary in com.oracle.bmc.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return PublisherSummary Modifier and Type Method Description PublisherSummaryPublisherSummary.Builder. build()PublisherSummaryOffer. getPublisherSummary()Methods in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type PublisherSummary Modifier and Type Method Description PublisherSummary.BuilderPublisherSummary.Builder. copy(PublisherSummary model)Offer.BuilderOffer.Builder. publisherSummary(PublisherSummary publisherSummary)Constructors in com.oracle.bmc.marketplaceprivateoffer.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.
-