| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.clone() |
Order |
Order.set(String fieldName,
Object value) |
Order |
Order.setAccountId(Long accountId)
Account ID of this order.
|
Order |
Order.setAdvertiserId(Long advertiserId)
Advertiser ID of this order.
|
Order |
Order.setApproverUserProfileIds(List<Long> approverUserProfileIds)
IDs for users that have to approve documents created for this order.
|
Order |
Order.setBuyerInvoiceId(String buyerInvoiceId)
Buyer invoice ID associated with this order.
|
Order |
Order.setBuyerOrganizationName(String buyerOrganizationName)
Name of the buyer organization.
|
Order |
Order.setComments(String comments)
Comments in this order.
|
Order |
Order.setContacts(List<OrderContact> contacts)
Contacts for this order.
|
Order |
Order.setId(Long id)
ID of this order.
|
Order |
Order.setKind(String kind)
Identifies what kind of resource this is.
|
Order |
Order.setLastModifiedInfo(LastModifiedInfo lastModifiedInfo)
Information about the most recent modification of this order.
|
Order |
Order.setName(String name)
Name of this order.
|
Order |
Order.setNotes(String notes)
Notes of this order.
|
Order |
Order.setPlanningTermId(Long planningTermId)
ID of the terms and conditions template used in this order.
|
Order |
Order.setProjectId(Long projectId)
Project ID of this order.
|
Order |
Order.setSellerOrderId(String sellerOrderId)
Seller order ID associated with this order.
|
Order |
Order.setSellerOrganizationName(String sellerOrganizationName)
Name of the seller organization.
|
Order |
Order.setSiteId(List<Long> siteId)
Site IDs this order is associated with.
|
Order |
Order.setSiteNames(List<String> siteNames)
Free-form site names this order is associated with.
|
Order |
Order.setSubaccountId(Long subaccountId)
Subaccount ID of this order.
|
Order |
Order.setTermsAndConditions(String termsAndConditions)
Terms and conditions of this order.
|
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
OrdersListResponse.getOrders()
Order collection.
|
| Modifier and Type | Method and Description |
|---|---|
OrdersListResponse |
OrdersListResponse.setOrders(List<Order> orders)
Order collection.
|
Copyright © 2011–2023 Google. All rights reserved.