Uses of Class
com.oracle.bmc.marketplacepublisher.model.Pricing
-
Packages that use Pricing Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Pricing in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Pricing Modifier and Type Method Description Pricing
Pricing.Builder. build()
Pricing
CreateOfferDetails. getPricing()
Pricing
Offer. getPricing()
Pricing
OfferSummary. getPricing()
Pricing
UpdateOfferDetails. getPricing()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Pricing Modifier and Type Method Description Pricing.Builder
Pricing.Builder. copy(Pricing model)
CreateOfferDetails.Builder
CreateOfferDetails.Builder. pricing(Pricing pricing)
Offer.Builder
Offer.Builder. pricing(Pricing pricing)
OfferSummary.Builder
OfferSummary.Builder. pricing(Pricing pricing)
UpdateOfferDetails.Builder
UpdateOfferDetails.Builder. pricing(Pricing pricing)
Constructors in com.oracle.bmc.marketplacepublisher.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.
-