Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.Pricing
-
Packages that use Pricing Package Description com.oracle.bmc.marketplaceprivateoffer.model -
-
Uses of Pricing in com.oracle.bmc.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return Pricing Modifier and Type Method Description PricingPricing.Builder. build()PricingCreateOfferDetails. getPricing()PricingOffer. getPricing()PricingOfferSummary. getPricing()PricingUpdateOfferDetails. getPricing()Methods in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type Pricing Modifier and Type Method Description Pricing.BuilderPricing.Builder. copy(Pricing model)CreateOfferDetails.BuilderCreateOfferDetails.Builder. pricing(Pricing pricing)Offer.BuilderOffer.Builder. pricing(Pricing pricing)OfferSummary.BuilderOfferSummary.Builder. pricing(Pricing pricing)UpdateOfferDetails.BuilderUpdateOfferDetails.Builder. pricing(Pricing pricing)Constructors in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type Pricing Constructor Description CreateOfferDetails(String displayName, String sellerCompartmentId, String buyerCompartmentId, String description, String internalNotes, Date timeStartDate, String duration, Date timeAcceptBy, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, List<CustomField> customFields, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.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.OfferSummary(String id, String displayName, String buyerCompartmentId, String sellerCompartmentId, Date timeCreated, Date timeUpdated, Date timeAcceptBy, Date timeAccepted, Date timeStartDate, Date timeOfferEnd, Offer.LifecycleState lifecycleState, String lifecycleDetails, Offer.OfferStatus offerStatus, BuyerInformation buyerInformation, SellerInformation sellerInformation, Pricing pricing, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.UpdateOfferDetails(String displayName, String buyerCompartmentId, String description, String internalNotes, Date timeStartDate, String duration, Date timeAcceptBy, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, List<CustomField> customFields, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-