public final class Order
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 |
|---|
Order() |
| Modifier and Type | Method and Description |
|---|---|
Order |
clone() |
Long |
getAccountId()
Account ID of this order.
|
Long |
getAdvertiserId()
Advertiser ID of this order.
|
List<Long> |
getApproverUserProfileIds()
IDs for users that have to approve documents created for this order.
|
String |
getBuyerInvoiceId()
Buyer invoice ID associated with this order.
|
String |
getBuyerOrganizationName()
Name of the buyer organization.
|
String |
getComments()
Comments in this order.
|
List<OrderContact> |
getContacts()
Contacts for this order.
|
Long |
getId()
ID of this order.
|
String |
getKind()
Identifies what kind of resource this is.
|
LastModifiedInfo |
getLastModifiedInfo()
Information about the most recent modification of this order.
|
String |
getName()
Name of this order.
|
String |
getNotes()
Notes of this order.
|
Long |
getPlanningTermId()
ID of the terms and conditions template used in this order.
|
Long |
getProjectId()
Project ID of this order.
|
String |
getSellerOrderId()
Seller order ID associated with this order.
|
String |
getSellerOrganizationName()
Name of the seller organization.
|
List<Long> |
getSiteId()
Site IDs this order is associated with.
|
List<String> |
getSiteNames()
Free-form site names this order is associated with.
|
Long |
getSubaccountId()
Subaccount ID of this order.
|
String |
getTermsAndConditions()
Terms and conditions of this order.
|
Order |
set(String fieldName,
Object value) |
Order |
setAccountId(Long accountId)
Account ID of this order.
|
Order |
setAdvertiserId(Long advertiserId)
Advertiser ID of this order.
|
Order |
setApproverUserProfileIds(List<Long> approverUserProfileIds)
IDs for users that have to approve documents created for this order.
|
Order |
setBuyerInvoiceId(String buyerInvoiceId)
Buyer invoice ID associated with this order.
|
Order |
setBuyerOrganizationName(String buyerOrganizationName)
Name of the buyer organization.
|
Order |
setComments(String comments)
Comments in this order.
|
Order |
setContacts(List<OrderContact> contacts)
Contacts for this order.
|
Order |
setId(Long id)
ID of this order.
|
Order |
setKind(String kind)
Identifies what kind of resource this is.
|
Order |
setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this order.
|
Order |
setName(String name)
Name of this order.
|
Order |
setNotes(String notes)
Notes of this order.
|
Order |
setPlanningTermId(Long planningTermId)
ID of the terms and conditions template used in this order.
|
Order |
setProjectId(Long projectId)
Project ID of this order.
|
Order |
setSellerOrderId(String sellerOrderId)
Seller order ID associated with this order.
|
Order |
setSellerOrganizationName(String sellerOrganizationName)
Name of the seller organization.
|
Order |
setSiteId(List<Long> siteId)
Site IDs this order is associated with.
|
Order |
setSiteNames(List<String> siteNames)
Free-form site names this order is associated with.
|
Order |
setSubaccountId(Long subaccountId)
Subaccount ID of this order.
|
Order |
setTermsAndConditions(String termsAndConditions)
Terms and conditions of this order.
|
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 Long getAccountId()
null for nonepublic Order setAccountId(Long accountId)
accountId - accountId or null for nonepublic Long getAdvertiserId()
null for nonepublic Order setAdvertiserId(Long advertiserId)
advertiserId - advertiserId or null for nonepublic List<Long> getApproverUserProfileIds()
null for nonepublic Order setApproverUserProfileIds(List<Long> approverUserProfileIds)
approverUserProfileIds - approverUserProfileIds or null for nonepublic String getBuyerInvoiceId()
null for nonepublic Order setBuyerInvoiceId(String buyerInvoiceId)
buyerInvoiceId - buyerInvoiceId or null for nonepublic String getBuyerOrganizationName()
null for nonepublic Order setBuyerOrganizationName(String buyerOrganizationName)
buyerOrganizationName - buyerOrganizationName or null for nonepublic String getComments()
null for nonepublic Order setComments(String comments)
comments - comments or null for nonepublic List<OrderContact> getContacts()
null for nonepublic Order setContacts(List<OrderContact> contacts)
contacts - contacts or null for nonepublic Long getId()
null for nonepublic Order setId(Long id)
id - id or null for nonepublic String getKind()
null for nonepublic Order setKind(String kind)
kind - kind or null for nonepublic LastModifiedInfo getLastModifiedInfo()
null for nonepublic Order setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
lastModifiedInfo - lastModifiedInfo or null for nonepublic String getName()
null for nonepublic Order setName(String name)
name - name or null for nonepublic String getNotes()
null for nonepublic Order setNotes(String notes)
notes - notes or null for nonepublic Long getPlanningTermId()
null for nonepublic Order setPlanningTermId(Long planningTermId)
planningTermId - planningTermId or null for nonepublic Long getProjectId()
null for nonepublic Order setProjectId(Long projectId)
projectId - projectId or null for nonepublic String getSellerOrderId()
null for nonepublic Order setSellerOrderId(String sellerOrderId)
sellerOrderId - sellerOrderId or null for nonepublic String getSellerOrganizationName()
null for nonepublic Order setSellerOrganizationName(String sellerOrganizationName)
sellerOrganizationName - sellerOrganizationName or null for nonepublic List<Long> getSiteId()
null for nonepublic Order setSiteId(List<Long> siteId)
siteId - siteId or null for nonepublic List<String> getSiteNames()
null for nonepublic Order setSiteNames(List<String> siteNames)
siteNames - siteNames or null for nonepublic Long getSubaccountId()
null for nonepublic Order setSubaccountId(Long subaccountId)
subaccountId - subaccountId or null for nonepublic String getTermsAndConditions()
null for nonepublic Order setTermsAndConditions(String termsAndConditions)
termsAndConditions - termsAndConditions or null for nonepublic Order set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Order clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.