public class Dfareporting.Creatives.List extends DfareportingRequest<CreativesListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.Creatives.List(java.lang.Long profileId)
Retrieves a list of creatives, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Boolean |
getActive()
Select only active creatives.
|
java.lang.Long |
getAdvertiserId()
Select only creatives with this advertiser ID.
|
java.lang.Boolean |
getArchived()
Select only archived creatives.
|
java.lang.Long |
getCampaignId()
Select only creatives with this campaign ID.
|
java.util.List<java.lang.Long> |
getCompanionCreativeIds()
Select only in-stream video creatives with these companion IDs.
|
java.util.List<java.lang.Long> |
getCreativeFieldIds()
Select only creatives with these creative field IDs.
|
java.util.List<java.lang.Long> |
getIds()
Select only creatives 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.util.List<java.lang.Long> |
getRenderingIds()
Select only creatives with these rendering IDs.
|
java.lang.String |
getSearchString()
Allows searching for objects by name or ID.
|
java.util.List<java.lang.Long> |
getSizeIds()
Select only creatives with these size IDs.
|
java.lang.String |
getSortField()
Field by which to sort the list.
|
java.lang.String |
getSortOrder()
Order of sorted results.
|
java.lang.Long |
getStudioCreativeId()
Select only creatives corresponding to this Studio creative ID.
|
java.util.List<java.lang.String> |
getTypes()
Select only creatives with these creative types.
|
Dfareporting.Creatives.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.Creatives.List |
setActive(java.lang.Boolean active)
Select only active creatives.
|
Dfareporting.Creatives.List |
setAdvertiserId(java.lang.Long advertiserId)
Select only creatives with this advertiser ID.
|
Dfareporting.Creatives.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.Creatives.List |
setArchived(java.lang.Boolean archived)
Select only archived creatives.
|
Dfareporting.Creatives.List |
setCampaignId(java.lang.Long campaignId)
Select only creatives with this campaign ID.
|
Dfareporting.Creatives.List |
setCompanionCreativeIds(java.util.List<java.lang.Long> companionCreativeIds)
Select only in-stream video creatives with these companion IDs.
|
Dfareporting.Creatives.List |
setCreativeFieldIds(java.util.List<java.lang.Long> creativeFieldIds)
Select only creatives with these creative field IDs.
|
Dfareporting.Creatives.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Creatives.List |
setIds(java.util.List<java.lang.Long> ids)
Select only creatives with these IDs.
|
Dfareporting.Creatives.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.Creatives.List |
setMaxResults(java.lang.Integer maxResults)
Maximum number of results to return.
|
Dfareporting.Creatives.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Creatives.List |
setPageToken(java.lang.String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.Creatives.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Creatives.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.Creatives.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.Creatives.List |
setRenderingIds(java.util.List<java.lang.Long> renderingIds)
Select only creatives with these rendering IDs.
|
Dfareporting.Creatives.List |
setSearchString(java.lang.String searchString)
Allows searching for objects by name or ID.
|
Dfareporting.Creatives.List |
setSizeIds(java.util.List<java.lang.Long> sizeIds)
Select only creatives with these size IDs.
|
Dfareporting.Creatives.List |
setSortField(java.lang.String sortField)
Field by which to sort the list.
|
Dfareporting.Creatives.List |
setSortOrder(java.lang.String sortOrder)
Order of sorted results.
|
Dfareporting.Creatives.List |
setStudioCreativeId(java.lang.Long studioCreativeId)
Select only creatives corresponding to this Studio creative ID.
|
Dfareporting.Creatives.List |
setTypes(java.util.List<java.lang.String> types)
Select only creatives with these creative types.
|
Dfareporting.Creatives.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.Creatives.List(java.lang.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 - User profile ID associated with this request.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativesListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativesListResponse>java.io.IOExceptionpublic Dfareporting.Creatives.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<CreativesListResponse>public Dfareporting.Creatives.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<CreativesListResponse>public Dfareporting.Creatives.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<CreativesListResponse>public Dfareporting.Creatives.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<CreativesListResponse>public Dfareporting.Creatives.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<CreativesListResponse>public Dfareporting.Creatives.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<CreativesListResponse>public Dfareporting.Creatives.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<CreativesListResponse>public java.lang.Long getProfileId()
public Dfareporting.Creatives.List setProfileId(java.lang.Long profileId)
public java.lang.Boolean getActive()
public Dfareporting.Creatives.List setActive(java.lang.Boolean active)
public java.lang.Long getAdvertiserId()
public Dfareporting.Creatives.List setAdvertiserId(java.lang.Long advertiserId)
public java.lang.Boolean getArchived()
public Dfareporting.Creatives.List setArchived(java.lang.Boolean archived)
public java.lang.Long getCampaignId()
public Dfareporting.Creatives.List setCampaignId(java.lang.Long campaignId)
public java.util.List<java.lang.Long> getCompanionCreativeIds()
public Dfareporting.Creatives.List setCompanionCreativeIds(java.util.List<java.lang.Long> companionCreativeIds)
public java.util.List<java.lang.Long> getCreativeFieldIds()
public Dfareporting.Creatives.List setCreativeFieldIds(java.util.List<java.lang.Long> creativeFieldIds)
public java.util.List<java.lang.Long> getIds()
public Dfareporting.Creatives.List setIds(java.util.List<java.lang.Long> ids)
public java.lang.Integer getMaxResults()
public Dfareporting.Creatives.List setMaxResults(java.lang.Integer maxResults)
public java.lang.String getPageToken()
public Dfareporting.Creatives.List setPageToken(java.lang.String pageToken)
public java.util.List<java.lang.Long> getRenderingIds()
public Dfareporting.Creatives.List setRenderingIds(java.util.List<java.lang.Long> renderingIds)
public java.lang.String getSearchString()
public Dfareporting.Creatives.List setSearchString(java.lang.String searchString)
public java.util.List<java.lang.Long> getSizeIds()
public Dfareporting.Creatives.List setSizeIds(java.util.List<java.lang.Long> sizeIds)
public java.lang.String getSortField()
public Dfareporting.Creatives.List setSortField(java.lang.String sortField)
public java.lang.String getSortOrder()
public Dfareporting.Creatives.List setSortOrder(java.lang.String sortOrder)
public java.lang.Long getStudioCreativeId()
public Dfareporting.Creatives.List setStudioCreativeId(java.lang.Long studioCreativeId)
public java.util.List<java.lang.String> getTypes()
public Dfareporting.Creatives.List setTypes(java.util.List<java.lang.String> types)
public Dfareporting.Creatives.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<CreativesListResponse>