public final class OrderContact
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrderContact() |
| Modifier and Type | Method and Description |
|---|---|
OrderContact |
clone() |
String |
getContactInfo()
Free-form information about this contact.
|
String |
getContactName()
Name of this contact.
|
String |
getContactTitle()
Title of this contact.
|
String |
getContactType()
Type of this contact.
|
Long |
getSignatureUserProfileId()
ID of the user profile containing the signature that will be embedded into order documents.
|
OrderContact |
set(String fieldName,
Object value) |
OrderContact |
setContactInfo(String contactInfo)
Free-form information about this contact.
|
OrderContact |
setContactName(String contactName)
Name of this contact.
|
OrderContact |
setContactTitle(String contactTitle)
Title of this contact.
|
OrderContact |
setContactType(String contactType)
Type of this contact.
|
OrderContact |
setSignatureUserProfileId(Long signatureUserProfileId)
ID of the user profile containing the signature that will be embedded into order documents.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getContactInfo()
null for nonepublic OrderContact setContactInfo(String contactInfo)
contactInfo - contactInfo or null for nonepublic String getContactName()
null for nonepublic OrderContact setContactName(String contactName)
contactName - contactName or null for nonepublic String getContactTitle()
null for nonepublic OrderContact setContactTitle(String contactTitle)
contactTitle - contactTitle or null for nonepublic String getContactType()
null for nonepublic OrderContact setContactType(String contactType)
contactType - contactType or null for nonepublic Long getSignatureUserProfileId()
null for nonepublic OrderContact setSignatureUserProfileId(Long signatureUserProfileId)
signatureUserProfileId - signatureUserProfileId or null for nonepublic OrderContact set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OrderContact clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.