public class Dfareporting.Reports.List extends DfareportingRequest<ReportList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
List(Long profileId)
Retrieves list of reports.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getPageToken()
The value of the nextToken from the previous result page.
|
Long |
getProfileId()
The DFA user profile ID.
|
String |
getScope()
The scope that defines which results are returned.
|
String |
getSortField()
The field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Dfareporting.Reports.List |
set(String parameterName,
Object value) |
Dfareporting.Reports.List |
setAlt(String alt)
Data format for the response.
|
Dfareporting.Reports.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Reports.List |
setKey(String key)
API key.
|
Dfareporting.Reports.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.Reports.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Reports.List |
setPageToken(String pageToken)
The value of the nextToken from the previous result page.
|
Dfareporting.Reports.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Reports.List |
setProfileId(Long profileId)
The DFA user profile ID.
|
Dfareporting.Reports.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.Reports.List |
setScope(String scope)
The scope that defines which results are returned.
|
Dfareporting.Reports.List |
setSortField(String sortField)
The field by which to sort the list.
|
Dfareporting.Reports.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.Reports.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected List(Long profileId)
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 - The DFA user profile ID.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ReportList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ReportList>IOExceptionpublic Dfareporting.Reports.List setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<ReportList>public Dfareporting.Reports.List setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<ReportList>public Dfareporting.Reports.List setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<ReportList>public Dfareporting.Reports.List setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<ReportList>public Dfareporting.Reports.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<ReportList>public Dfareporting.Reports.List setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<ReportList>public Dfareporting.Reports.List setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<ReportList>public Long getProfileId()
public Dfareporting.Reports.List setProfileId(Long profileId)
public Integer getMaxResults()
public Dfareporting.Reports.List setMaxResults(Integer maxResults)
public String getPageToken()
public Dfareporting.Reports.List setPageToken(String pageToken)
public String getScope()
public Dfareporting.Reports.List setScope(String scope)
public String getSortField()
public Dfareporting.Reports.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.Reports.List setSortOrder(String sortOrder)
public Dfareporting.Reports.List set(String parameterName, Object value)
set in class DfareportingRequest<ReportList>Copyright © 2011–2019 Google. All rights reserved.