| Package | Description |
|---|---|
| com.google.api.services.adexchangebuyer2.v2beta1.model |
| Modifier and Type | Method and Description |
|---|---|
ContactInformation |
ContactInformation.clone() |
ContactInformation |
ContactInformation.set(String fieldName,
Object value) |
ContactInformation |
ContactInformation.setEmail(String email)
Email address for the contact.
|
ContactInformation |
ContactInformation.setName(String name)
The name of the contact.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactInformation> |
Proposal.getBuyerContacts()
Contact information for the buyer.
|
List<ContactInformation> |
Product.getCreatorContacts()
Optional contact information for the creator of this product.
|
List<ContactInformation> |
Proposal.getSellerContacts()
Output only.
|
List<ContactInformation> |
Deal.getSellerContacts()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
Proposal |
Proposal.setBuyerContacts(List<ContactInformation> buyerContacts)
Contact information for the buyer.
|
Product |
Product.setCreatorContacts(List<ContactInformation> creatorContacts)
Optional contact information for the creator of this product.
|
Proposal |
Proposal.setSellerContacts(List<ContactInformation> sellerContacts)
Output only.
|
Deal |
Deal.setSellerContacts(List<ContactInformation> sellerContacts)
Output only.
|
Copyright © 2011–2021 Google. All rights reserved.