| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
OrderContact |
OrderContact.clone() |
OrderContact |
OrderContact.set(String fieldName,
Object value) |
OrderContact |
OrderContact.setContactInfo(String contactInfo)
Free-form information about this contact.
|
OrderContact |
OrderContact.setContactName(String contactName)
Name of this contact.
|
OrderContact |
OrderContact.setContactTitle(String contactTitle)
Title of this contact.
|
OrderContact |
OrderContact.setContactType(String contactType)
Type of this contact.
|
OrderContact |
OrderContact.setSignatureUserProfileId(Long signatureUserProfileId)
ID of the user profile containing the signature that will be embedded into order documents.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderContact> |
Order.getContacts()
Contacts for this order.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.setContacts(List<OrderContact> contacts)
Contacts for this order.
|
Copyright © 2011–2023 Google. All rights reserved.