Package | Description |
---|---|
com.google.api.services.adexchangebuyer2.v2beta1.model |
Modifier and Type | Method and Description |
---|---|
Deal |
Deal.clone() |
Deal |
Deal.set(java.lang.String fieldName,
java.lang.Object value) |
Deal |
Deal.setAvailableEndTime(java.lang.String availableEndTime)
Proposed flight end time of the deal.
|
Deal |
Deal.setAvailableStartTime(java.lang.String availableStartTime)
Optional proposed flight start time of the deal.
|
Deal |
Deal.setBuyerPrivateData(PrivateData buyerPrivateData)
Buyer private data (hidden from seller).
|
Deal |
Deal.setCreateProductId(java.lang.String createProductId)
The product ID from which this deal was created.
|
Deal |
Deal.setCreateProductRevision(java.lang.Long createProductRevision)
Optional revision number of the product that the deal was created from.
|
Deal |
Deal.setCreateTime(java.lang.String createTime)
Output only.
|
Deal |
Deal.setCreativePreApprovalPolicy(java.lang.String creativePreApprovalPolicy)
Output only.
|
Deal |
Deal.setCreativeRestrictions(CreativeRestrictions creativeRestrictions)
Output only.
|
Deal |
Deal.setCreativeSafeFrameCompatibility(java.lang.String creativeSafeFrameCompatibility)
Output only.
|
Deal |
Deal.setDealId(java.lang.String dealId)
Output only.
|
Deal |
Deal.setDealServingMetadata(DealServingMetadata dealServingMetadata)
Output only.
|
Deal |
Deal.setDealTerms(DealTerms dealTerms)
The negotiable terms of the deal.
|
Deal |
Deal.setDeliveryControl(DeliveryControl deliveryControl)
The set of fields around delivery control that are interesting for a buyer to see but are non-
negotiable.
|
Deal |
Deal.setDescription(java.lang.String description)
Description for the deal terms.
|
Deal |
Deal.setDisplayName(java.lang.String displayName)
The name of the deal.
|
Deal |
Deal.setExternalDealId(java.lang.String externalDealId)
Output only.
|
Deal |
Deal.setIsSetupComplete(java.lang.Boolean isSetupComplete)
Output only.
|
Deal |
Deal.setProgrammaticCreativeSource(java.lang.String programmaticCreativeSource)
Output only.
|
Deal |
Deal.setProposalId(java.lang.String proposalId)
Output only.
|
Deal |
Deal.setSellerContacts(java.util.List<ContactInformation> sellerContacts)
Output only.
|
Deal |
Deal.setSyndicationProduct(java.lang.String syndicationProduct)
The syndication product associated with the deal.
|
Deal |
Deal.setTargeting(MarketplaceTargeting targeting)
Output only.
|
Deal |
Deal.setTargetingCriterion(java.util.List<TargetingCriteria> targetingCriterion)
The shared targeting visible to buyers and sellers.
|
Deal |
Deal.setUpdateTime(java.lang.String updateTime)
Output only.
|
Deal |
Deal.setWebPropertyCode(java.lang.String webPropertyCode)
The web property code for the seller copied over from the product.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Deal> |
Proposal.getDeals()
The deals associated with this proposal.
|
Modifier and Type | Method and Description |
---|---|
Proposal |
Proposal.setDeals(java.util.List<Deal> deals)
The deals associated with this proposal.
|