public class Dfareporting.Orders.List extends DfareportingRequest<OrdersListResponse>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(Long profileId,
Long projectId)
Retrieves a list of orders, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
List<Long> |
getIds()
Select only orders with these IDs.
|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
Long |
getProfileId()
User profile ID associated with this request.
|
Long |
getProjectId()
Project ID for orders.
|
String |
getSearchString()
Allows searching for orders by name or ID.
|
List<Long> |
getSiteId()
Select only orders that are associated with these site IDs.
|
String |
getSortField()
Field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Dfareporting.Orders.List |
set(String parameterName,
Object value) |
Dfareporting.Orders.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.Orders.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.Orders.List |
setAlt(String alt)
Data format for response.
|
Dfareporting.Orders.List |
setCallback(String callback)
JSONP
|
Dfareporting.Orders.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Orders.List |
setIds(List<Long> ids)
Select only orders with these IDs.
|
Dfareporting.Orders.List |
setKey(String key)
API key.
|
Dfareporting.Orders.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.Orders.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Orders.List |
setPageToken(String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.Orders.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Orders.List |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.Orders.List |
setProjectId(Long projectId)
Project ID for orders.
|
Dfareporting.Orders.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.Orders.List |
setSearchString(String searchString)
Allows searching for orders by name or ID.
|
Dfareporting.Orders.List |
setSiteId(List<Long> siteId)
Select only orders that are associated with these site IDs.
|
Dfareporting.Orders.List |
setSortField(String sortField)
Field by which to sort the list.
|
Dfareporting.Orders.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.Orders.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.Orders.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(Long profileId, Long projectId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Dfareporting.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
profileId - User profile ID associated with this request.projectId - Project ID for orders.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<OrdersListResponse>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<OrdersListResponse>IOExceptionpublic Dfareporting.Orders.List set$Xgafv(String $Xgafv)
DfareportingRequestset$Xgafv in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setAccessToken(String accessToken)
DfareportingRequestsetAccessToken in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setCallback(String callback)
DfareportingRequestsetCallback in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setUploadType(String uploadType)
DfareportingRequestsetUploadType in class DfareportingRequest<OrdersListResponse>public Dfareporting.Orders.List setUploadProtocol(String uploadProtocol)
DfareportingRequestsetUploadProtocol in class DfareportingRequest<OrdersListResponse>public Long getProfileId()
public Dfareporting.Orders.List setProfileId(Long profileId)
public Long getProjectId()
public Dfareporting.Orders.List setProjectId(Long projectId)
public Dfareporting.Orders.List setIds(List<Long> ids)
public Integer getMaxResults()
public Dfareporting.Orders.List setMaxResults(Integer maxResults)
public String getPageToken()
public Dfareporting.Orders.List setPageToken(String pageToken)
public String getSearchString()
public Dfareporting.Orders.List setSearchString(String searchString)
public Dfareporting.Orders.List setSiteId(List<Long> siteId)
public String getSortField()
public Dfareporting.Orders.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.Orders.List setSortOrder(String sortOrder)
public Dfareporting.Orders.List set(String parameterName, Object value)
set in class DfareportingRequest<OrdersListResponse>Copyright © 2011–2023 Google. All rights reserved.