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