public class Dfareporting.Placements.List extends DfareportingRequest<PlacementsListResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List(Long profileId)
Retrieves a list of placements, possibly filtered.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
List<String> |
getActiveStatus()
Select only placements with these active statuses.
|
List<Long> |
getAdvertiserIds()
Select only placements that belong to these advertisers.
|
List<Long> |
getCampaignIds()
Select only placements that belong to these campaigns.
|
List<String> |
getCompatibilities()
Select only placements that are associated with these compatibilities.
|
List<Long> |
getContentCategoryIds()
Select only placements that are associated with these content categories.
|
List<Long> |
getDirectorySiteIds()
Select only placements that are associated with these directory sites.
|
List<Long> |
getGroupIds()
Select only placements that belong to these placement groups.
|
List<Long> |
getIds()
Select only placements with these IDs.
|
String |
getMaxEndDate()
Select only placements or placement groups whose end date is on or before the specified maxEndDate.
|
Integer |
getMaxResults()
Maximum number of results to return.
|
String |
getMaxStartDate()
Select only placements or placement groups whose start date is on or before the specified
maxStartDate.
|
String |
getMinEndDate()
Select only placements or placement groups whose end date is on or after the specified minEndDate.
|
String |
getMinStartDate()
Select only placements or placement groups whose start date is on or after the specified
minStartDate.
|
String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
String |
getPaymentSource()
Select only placements with this payment source.
|
List<Long> |
getPlacementStrategyIds()
Select only placements that are associated with these placement strategies.
|
List<String> |
getPricingTypes()
Select only placements with these pricing types.
|
Long |
getProfileId()
User profile ID associated with this request.
|
String |
getSearchString()
Allows searching for placements by name or ID.
|
List<Long> |
getSiteIds()
Select only placements that are associated with these sites.
|
List<Long> |
getSizeIds()
Select only placements that are associated with these sizes.
|
String |
getSortField()
Field by which to sort the list.
|
String |
getSortOrder()
Order of sorted results.
|
Dfareporting.Placements.List |
set(String parameterName,
Object value) |
Dfareporting.Placements.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
Dfareporting.Placements.List |
setAccessToken(String accessToken)
OAuth access token.
|
Dfareporting.Placements.List |
setActiveStatus(List<String> activeStatus)
Select only placements with these active statuses.
|
Dfareporting.Placements.List |
setAdvertiserIds(List<Long> advertiserIds)
Select only placements that belong to these advertisers.
|
Dfareporting.Placements.List |
setAlt(String alt)
Data format for response.
|
Dfareporting.Placements.List |
setCallback(String callback)
JSONP
|
Dfareporting.Placements.List |
setCampaignIds(List<Long> campaignIds)
Select only placements that belong to these campaigns.
|
Dfareporting.Placements.List |
setCompatibilities(List<String> compatibilities)
Select only placements that are associated with these compatibilities.
|
Dfareporting.Placements.List |
setContentCategoryIds(List<Long> contentCategoryIds)
Select only placements that are associated with these content categories.
|
Dfareporting.Placements.List |
setDirectorySiteIds(List<Long> directorySiteIds)
Select only placements that are associated with these directory sites.
|
Dfareporting.Placements.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Placements.List |
setGroupIds(List<Long> groupIds)
Select only placements that belong to these placement groups.
|
Dfareporting.Placements.List |
setIds(List<Long> ids)
Select only placements with these IDs.
|
Dfareporting.Placements.List |
setKey(String key)
API key.
|
Dfareporting.Placements.List |
setMaxEndDate(String maxEndDate)
Select only placements or placement groups whose end date is on or before the specified
maxEndDate.
|
Dfareporting.Placements.List |
setMaxResults(Integer maxResults)
Maximum number of results to return.
|
Dfareporting.Placements.List |
setMaxStartDate(String maxStartDate)
Select only placements or placement groups whose start date is on or before the specified
maxStartDate.
|
Dfareporting.Placements.List |
setMinEndDate(String minEndDate)
Select only placements or placement groups whose end date is on or after the specified
minEndDate.
|
Dfareporting.Placements.List |
setMinStartDate(String minStartDate)
Select only placements or placement groups whose start date is on or after the specified
minStartDate.
|
Dfareporting.Placements.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Placements.List |
setPageToken(String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.Placements.List |
setPaymentSource(String paymentSource)
Select only placements with this payment source.
|
Dfareporting.Placements.List |
setPlacementStrategyIds(List<Long> placementStrategyIds)
Select only placements that are associated with these placement strategies.
|
Dfareporting.Placements.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Placements.List |
setPricingTypes(List<String> pricingTypes)
Select only placements with these pricing types.
|
Dfareporting.Placements.List |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.Placements.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.Placements.List |
setSearchString(String searchString)
Allows searching for placements by name or ID.
|
Dfareporting.Placements.List |
setSiteIds(List<Long> siteIds)
Select only placements that are associated with these sites.
|
Dfareporting.Placements.List |
setSizeIds(List<Long> sizeIds)
Select only placements that are associated with these sizes.
|
Dfareporting.Placements.List |
setSortField(String sortField)
Field by which to sort the list.
|
Dfareporting.Placements.List |
setSortOrder(String sortOrder)
Order of sorted results.
|
Dfareporting.Placements.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Dfareporting.Placements.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, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected 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
- User profile ID associated with this request.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PlacementsListResponse>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PlacementsListResponse>
IOException
public Dfareporting.Placements.List set$Xgafv(String $Xgafv)
DfareportingRequest
set$Xgafv
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setAccessToken(String accessToken)
DfareportingRequest
setAccessToken
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setAlt(String alt)
DfareportingRequest
setAlt
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setCallback(String callback)
DfareportingRequest
setCallback
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setFields(String fields)
DfareportingRequest
setFields
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setKey(String key)
DfareportingRequest
setKey
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setOauthToken(String oauthToken)
DfareportingRequest
setOauthToken
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setPrettyPrint(Boolean prettyPrint)
DfareportingRequest
setPrettyPrint
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setQuotaUser(String quotaUser)
DfareportingRequest
setQuotaUser
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setUploadType(String uploadType)
DfareportingRequest
setUploadType
in class DfareportingRequest<PlacementsListResponse>
public Dfareporting.Placements.List setUploadProtocol(String uploadProtocol)
DfareportingRequest
setUploadProtocol
in class DfareportingRequest<PlacementsListResponse>
public Long getProfileId()
public Dfareporting.Placements.List setProfileId(Long profileId)
public List<String> getActiveStatus()
public Dfareporting.Placements.List setActiveStatus(List<String> activeStatus)
public List<Long> getAdvertiserIds()
public Dfareporting.Placements.List setAdvertiserIds(List<Long> advertiserIds)
public List<Long> getCampaignIds()
public Dfareporting.Placements.List setCampaignIds(List<Long> campaignIds)
public List<String> getCompatibilities()
public Dfareporting.Placements.List setCompatibilities(List<String> compatibilities)
public List<Long> getContentCategoryIds()
public Dfareporting.Placements.List setContentCategoryIds(List<Long> contentCategoryIds)
public List<Long> getDirectorySiteIds()
public Dfareporting.Placements.List setDirectorySiteIds(List<Long> directorySiteIds)
public List<Long> getGroupIds()
public Dfareporting.Placements.List setGroupIds(List<Long> groupIds)
public Dfareporting.Placements.List setIds(List<Long> ids)
public String getMaxEndDate()
public Dfareporting.Placements.List setMaxEndDate(String maxEndDate)
public Integer getMaxResults()
public Dfareporting.Placements.List setMaxResults(Integer maxResults)
public String getMaxStartDate()
public Dfareporting.Placements.List setMaxStartDate(String maxStartDate)
public String getMinEndDate()
public Dfareporting.Placements.List setMinEndDate(String minEndDate)
public String getMinStartDate()
public Dfareporting.Placements.List setMinStartDate(String minStartDate)
public String getPageToken()
public Dfareporting.Placements.List setPageToken(String pageToken)
public String getPaymentSource()
public Dfareporting.Placements.List setPaymentSource(String paymentSource)
public List<Long> getPlacementStrategyIds()
public Dfareporting.Placements.List setPlacementStrategyIds(List<Long> placementStrategyIds)
public List<String> getPricingTypes()
public Dfareporting.Placements.List setPricingTypes(List<String> pricingTypes)
public String getSearchString()
public Dfareporting.Placements.List setSearchString(String searchString)
public List<Long> getSiteIds()
public Dfareporting.Placements.List setSiteIds(List<Long> siteIds)
public List<Long> getSizeIds()
public Dfareporting.Placements.List setSizeIds(List<Long> sizeIds)
public String getSortField()
public Dfareporting.Placements.List setSortField(String sortField)
public String getSortOrder()
public Dfareporting.Placements.List setSortOrder(String sortOrder)
public Dfareporting.Placements.List set(String parameterName, Object value)
set
in class DfareportingRequest<PlacementsListResponse>
Copyright © 2011–2025 Google. All rights reserved.