public class Dfareporting.CreativeFieldValues.List extends DfareportingRequest<CreativeFieldValuesListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.CreativeFieldValues.List(java.lang.Long profileId,
java.lang.Long creativeFieldId)
Retrieves a list of creative field values, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getCreativeFieldId()
Creative field ID for this creative field value.
|
java.util.List<java.lang.Long> |
getIds()
Select only creative field values with these IDs.
|
java.lang.Integer |
getMaxResults()
Maximum number of results to return.
|
java.lang.String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
java.lang.String |
getSearchString()
Allows searching for creative field values by their values.
|
java.lang.String |
getSortField()
Field by which to sort the list.
|
java.lang.String |
getSortOrder()
Order of sorted results.
|
Dfareporting.CreativeFieldValues.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.CreativeFieldValues.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.CreativeFieldValues.List |
setCreativeFieldId(java.lang.Long creativeFieldId)
Creative field ID for this creative field value.
|
Dfareporting.CreativeFieldValues.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.CreativeFieldValues.List |
setIds(java.util.List<java.lang.Long> ids)
Select only creative field values with these IDs.
|
Dfareporting.CreativeFieldValues.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.CreativeFieldValues.List |
setMaxResults(java.lang.Integer maxResults)
Maximum number of results to return.
|
Dfareporting.CreativeFieldValues.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.CreativeFieldValues.List |
setPageToken(java.lang.String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.CreativeFieldValues.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.CreativeFieldValues.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.CreativeFieldValues.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.CreativeFieldValues.List |
setSearchString(java.lang.String searchString)
Allows searching for creative field values by their values.
|
Dfareporting.CreativeFieldValues.List |
setSortField(java.lang.String sortField)
Field by which to sort the list.
|
Dfareporting.CreativeFieldValues.List |
setSortOrder(java.lang.String sortOrder)
Order of sorted results.
|
Dfareporting.CreativeFieldValues.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
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, setUnknownKeysprotected Dfareporting.CreativeFieldValues.List(java.lang.Long profileId,
java.lang.Long creativeFieldId)
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.creativeFieldId - Creative field ID for this creative field value.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativeFieldValuesListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativeFieldValuesListResponse>java.io.IOExceptionpublic Dfareporting.CreativeFieldValues.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<CreativeFieldValuesListResponse>public Dfareporting.CreativeFieldValues.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<CreativeFieldValuesListResponse>public Dfareporting.CreativeFieldValues.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<CreativeFieldValuesListResponse>public Dfareporting.CreativeFieldValues.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<CreativeFieldValuesListResponse>public Dfareporting.CreativeFieldValues.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<CreativeFieldValuesListResponse>public Dfareporting.CreativeFieldValues.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<CreativeFieldValuesListResponse>public Dfareporting.CreativeFieldValues.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<CreativeFieldValuesListResponse>public java.lang.Long getProfileId()
public Dfareporting.CreativeFieldValues.List setProfileId(java.lang.Long profileId)
public java.lang.Long getCreativeFieldId()
public Dfareporting.CreativeFieldValues.List setCreativeFieldId(java.lang.Long creativeFieldId)
public java.util.List<java.lang.Long> getIds()
public Dfareporting.CreativeFieldValues.List setIds(java.util.List<java.lang.Long> ids)
public java.lang.Integer getMaxResults()
public Dfareporting.CreativeFieldValues.List setMaxResults(java.lang.Integer maxResults)
public java.lang.String getPageToken()
public Dfareporting.CreativeFieldValues.List setPageToken(java.lang.String pageToken)
public java.lang.String getSearchString()
public Dfareporting.CreativeFieldValues.List setSearchString(java.lang.String searchString)
public java.lang.String getSortField()
public Dfareporting.CreativeFieldValues.List setSortField(java.lang.String sortField)
public java.lang.String getSortOrder()
public Dfareporting.CreativeFieldValues.List setSortOrder(java.lang.String sortOrder)
public Dfareporting.CreativeFieldValues.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<CreativeFieldValuesListResponse>