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