public class Dfareporting.PlacementGroups.List extends DfareportingRequest<PlacementGroupsListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.PlacementGroups.List(java.lang.Long profileId)
Retrieves a list of placement groups, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.util.List<java.lang.Long> |
getAdvertiserIds()
Select only placement groups that belong to these advertisers.
|
java.lang.Boolean |
getArchived()
Select only archived placements.
|
java.util.List<java.lang.Long> |
getCampaignIds()
Select only placement groups that belong to these campaigns.
|
java.util.List<java.lang.Long> |
getContentCategoryIds()
Select only placement groups that are associated with these content categories.
|
java.util.List<java.lang.Long> |
getDirectorySiteIds()
Select only placement groups that are associated with these directory sites.
|
java.util.List<java.lang.Long> |
getIds()
Select only placement groups with these IDs.
|
java.lang.String |
getMaxEndDate()
Select only placements or placement groups whose end date is on or before the specified maxEndDate.
|
java.lang.Integer |
getMaxResults()
Maximum number of results to return.
|
java.lang.String |
getMaxStartDate()
Select only placements or placement groups whose start date is on or before the specified
maxStartDate.
|
java.lang.String |
getMinEndDate()
Select only placements or placement groups whose end date is on or after the specified minEndDate.
|
java.lang.String |
getMinStartDate()
Select only placements or placement groups whose start date is on or after the specified
minStartDate.
|
java.lang.String |
getPageToken()
Value of the nextPageToken from the previous result page.
|
java.lang.String |
getPlacementGroupType()
Select only placement groups belonging with this group type.
|
java.util.List<java.lang.Long> |
getPlacementStrategyIds()
Select only placement groups that are associated with these placement strategies.
|
java.util.List<java.lang.String> |
getPricingTypes()
Select only placement groups with these pricing types.
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
java.lang.String |
getSearchString()
Allows searching for placement groups by name or ID.
|
java.util.List<java.lang.Long> |
getSiteIds()
Select only placement groups that are associated with these sites.
|
java.lang.String |
getSortField()
Field by which to sort the list.
|
java.lang.String |
getSortOrder()
Order of sorted results.
|
Dfareporting.PlacementGroups.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.PlacementGroups.List |
setAdvertiserIds(java.util.List<java.lang.Long> advertiserIds)
Select only placement groups that belong to these advertisers.
|
Dfareporting.PlacementGroups.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.PlacementGroups.List |
setArchived(java.lang.Boolean archived)
Select only archived placements.
|
Dfareporting.PlacementGroups.List |
setCampaignIds(java.util.List<java.lang.Long> campaignIds)
Select only placement groups that belong to these campaigns.
|
Dfareporting.PlacementGroups.List |
setContentCategoryIds(java.util.List<java.lang.Long> contentCategoryIds)
Select only placement groups that are associated with these content categories.
|
Dfareporting.PlacementGroups.List |
setDirectorySiteIds(java.util.List<java.lang.Long> directorySiteIds)
Select only placement groups that are associated with these directory sites.
|
Dfareporting.PlacementGroups.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.PlacementGroups.List |
setIds(java.util.List<java.lang.Long> ids)
Select only placement groups with these IDs.
|
Dfareporting.PlacementGroups.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.PlacementGroups.List |
setMaxEndDate(java.lang.String maxEndDate)
Select only placements or placement groups whose end date is on or before the specified
maxEndDate.
|
Dfareporting.PlacementGroups.List |
setMaxResults(java.lang.Integer maxResults)
Maximum number of results to return.
|
Dfareporting.PlacementGroups.List |
setMaxStartDate(java.lang.String maxStartDate)
Select only placements or placement groups whose start date is on or before the specified
maxStartDate.
|
Dfareporting.PlacementGroups.List |
setMinEndDate(java.lang.String minEndDate)
Select only placements or placement groups whose end date is on or after the specified
minEndDate.
|
Dfareporting.PlacementGroups.List |
setMinStartDate(java.lang.String minStartDate)
Select only placements or placement groups whose start date is on or after the specified
minStartDate.
|
Dfareporting.PlacementGroups.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.PlacementGroups.List |
setPageToken(java.lang.String pageToken)
Value of the nextPageToken from the previous result page.
|
Dfareporting.PlacementGroups.List |
setPlacementGroupType(java.lang.String placementGroupType)
Select only placement groups belonging with this group type.
|
Dfareporting.PlacementGroups.List |
setPlacementStrategyIds(java.util.List<java.lang.Long> placementStrategyIds)
Select only placement groups that are associated with these placement strategies.
|
Dfareporting.PlacementGroups.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.PlacementGroups.List |
setPricingTypes(java.util.List<java.lang.String> pricingTypes)
Select only placement groups with these pricing types.
|
Dfareporting.PlacementGroups.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.PlacementGroups.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.PlacementGroups.List |
setSearchString(java.lang.String searchString)
Allows searching for placement groups by name or ID.
|
Dfareporting.PlacementGroups.List |
setSiteIds(java.util.List<java.lang.Long> siteIds)
Select only placement groups that are associated with these sites.
|
Dfareporting.PlacementGroups.List |
setSortField(java.lang.String sortField)
Field by which to sort the list.
|
Dfareporting.PlacementGroups.List |
setSortOrder(java.lang.String sortOrder)
Order of sorted results.
|
Dfareporting.PlacementGroups.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.PlacementGroups.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<PlacementGroupsListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<PlacementGroupsListResponse>java.io.IOExceptionpublic Dfareporting.PlacementGroups.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<PlacementGroupsListResponse>public Dfareporting.PlacementGroups.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<PlacementGroupsListResponse>public Dfareporting.PlacementGroups.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<PlacementGroupsListResponse>public Dfareporting.PlacementGroups.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<PlacementGroupsListResponse>public Dfareporting.PlacementGroups.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<PlacementGroupsListResponse>public Dfareporting.PlacementGroups.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<PlacementGroupsListResponse>public Dfareporting.PlacementGroups.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<PlacementGroupsListResponse>public java.lang.Long getProfileId()
public Dfareporting.PlacementGroups.List setProfileId(java.lang.Long profileId)
public java.util.List<java.lang.Long> getAdvertiserIds()
public Dfareporting.PlacementGroups.List setAdvertiserIds(java.util.List<java.lang.Long> advertiserIds)
public java.lang.Boolean getArchived()
public Dfareporting.PlacementGroups.List setArchived(java.lang.Boolean archived)
public java.util.List<java.lang.Long> getCampaignIds()
public Dfareporting.PlacementGroups.List setCampaignIds(java.util.List<java.lang.Long> campaignIds)
public java.util.List<java.lang.Long> getContentCategoryIds()
public Dfareporting.PlacementGroups.List setContentCategoryIds(java.util.List<java.lang.Long> contentCategoryIds)
public java.util.List<java.lang.Long> getDirectorySiteIds()
public Dfareporting.PlacementGroups.List setDirectorySiteIds(java.util.List<java.lang.Long> directorySiteIds)
public java.util.List<java.lang.Long> getIds()
public Dfareporting.PlacementGroups.List setIds(java.util.List<java.lang.Long> ids)
public java.lang.String getMaxEndDate()
public Dfareporting.PlacementGroups.List setMaxEndDate(java.lang.String maxEndDate)
public java.lang.Integer getMaxResults()
public Dfareporting.PlacementGroups.List setMaxResults(java.lang.Integer maxResults)
public java.lang.String getMaxStartDate()
public Dfareporting.PlacementGroups.List setMaxStartDate(java.lang.String maxStartDate)
public java.lang.String getMinEndDate()
public Dfareporting.PlacementGroups.List setMinEndDate(java.lang.String minEndDate)
public java.lang.String getMinStartDate()
public Dfareporting.PlacementGroups.List setMinStartDate(java.lang.String minStartDate)
public java.lang.String getPageToken()
public Dfareporting.PlacementGroups.List setPageToken(java.lang.String pageToken)
public java.lang.String getPlacementGroupType()
public Dfareporting.PlacementGroups.List setPlacementGroupType(java.lang.String placementGroupType)
public java.util.List<java.lang.Long> getPlacementStrategyIds()
public Dfareporting.PlacementGroups.List setPlacementStrategyIds(java.util.List<java.lang.Long> placementStrategyIds)
public java.util.List<java.lang.String> getPricingTypes()
public Dfareporting.PlacementGroups.List setPricingTypes(java.util.List<java.lang.String> pricingTypes)
public java.lang.String getSearchString()
public Dfareporting.PlacementGroups.List setSearchString(java.lang.String searchString)
public java.util.List<java.lang.Long> getSiteIds()
public Dfareporting.PlacementGroups.List setSiteIds(java.util.List<java.lang.Long> siteIds)
public java.lang.String getSortField()
public Dfareporting.PlacementGroups.List setSortField(java.lang.String sortField)
public java.lang.String getSortOrder()
public Dfareporting.PlacementGroups.List setSortOrder(java.lang.String sortOrder)
public Dfareporting.PlacementGroups.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<PlacementGroupsListResponse>