| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.clone() |
Product |
Product.set(String fieldName,
Object value) |
Product |
Product.setAvailableEndTime(String availableEndTime)
The proposed end time for the deal.
|
Product |
Product.setAvailableStartTime(String availableStartTime)
Inventory availability dates.
|
Product |
Product.setCreateTime(String createTime)
Creation time.
|
Product |
Product.setCreatorContacts(List<ContactInformation> creatorContacts)
Optional contact information for the creator of this product.
|
Product |
Product.setDisplayName(String displayName)
The display name for this product as set by the seller.
|
Product |
Product.setHasCreatorSignedOff(Boolean hasCreatorSignedOff)
If the creator has already signed off on the product, then the buyer can finalize the deal by
accepting the product as is.
|
Product |
Product.setProductId(String productId)
The unique ID for the product.
|
Product |
Product.setProductRevision(Long productRevision)
The revision number of the product (auto-assigned by Marketplace).
|
Product |
Product.setPublisherProfileId(String publisherProfileId)
An ID which can be used by the Publisher Profile API to get more information about the seller
that created this product.
|
Product |
Product.setSeller(Seller seller)
Information about the seller that created this product.
|
Product |
Product.setSyndicationProduct(String syndicationProduct)
The syndication product associated with the deal.
|
Product |
Product.setTargetingCriterion(List<TargetingCriteria> targetingCriterion)
Targeting that is shared between the buyer and the seller.
|
Product |
Product.setTerms(DealTerms terms)
The negotiable terms of the deal.
|
Product |
Product.setUpdateTime(String updateTime)
Time of last update.
|
Product |
Product.setWebPropertyCode(String webPropertyCode)
The web-property code for the seller.
|
| Modifier and Type | Method and Description |
|---|---|
List<Product> |
ListProductsResponse.getProducts()
The list of matching products at their head revision number.
|
| Modifier and Type | Method and Description |
|---|---|
ListProductsResponse |
ListProductsResponse.setProducts(List<Product> products)
The list of matching products at their head revision number.
|
Copyright © 2011–2021 Google. All rights reserved.