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