public class Dfareporting.EventTags.List extends DfareportingRequest<EventTagsListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.EventTags.List(java.lang.Long profileId)
Retrieves a list of event tags, 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 |
getAdId()
Select only event tags that belong to this ad.
|
java.lang.Long |
getAdvertiserId()
Select only event tags that belong to this advertiser.
|
java.lang.Long |
getCampaignId()
Select only event tags that belong to this campaign.
|
java.lang.Boolean |
getDefinitionsOnly()
Examine only the specified campaign or advertiser's event tags for matching selector criteria.
|
java.lang.Boolean |
getEnabled()
Select only enabled event tags.
|
java.util.List<java.lang.String> |
getEventTagTypes()
Select only event tags with the specified event tag types.
|
java.util.List<java.lang.Long> |
getIds()
Select only event tags with these IDs.
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
java.lang.String |
getSearchString()
Allows searching for objects by name or ID.
|
java.lang.String |
getSortField()
Field by which to sort the list.
|
java.lang.String |
getSortOrder()
Order of sorted results.
|
Dfareporting.EventTags.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.EventTags.List |
setAdId(java.lang.Long adId)
Select only event tags that belong to this ad.
|
Dfareporting.EventTags.List |
setAdvertiserId(java.lang.Long advertiserId)
Select only event tags that belong to this advertiser.
|
Dfareporting.EventTags.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.EventTags.List |
setCampaignId(java.lang.Long campaignId)
Select only event tags that belong to this campaign.
|
Dfareporting.EventTags.List |
setDefinitionsOnly(java.lang.Boolean definitionsOnly)
Examine only the specified campaign or advertiser's event tags for matching selector
criteria.
|
Dfareporting.EventTags.List |
setEnabled(java.lang.Boolean enabled)
Select only enabled event tags.
|
Dfareporting.EventTags.List |
setEventTagTypes(java.util.List<java.lang.String> eventTagTypes)
Select only event tags with the specified event tag types.
|
Dfareporting.EventTags.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.EventTags.List |
setIds(java.util.List<java.lang.Long> ids)
Select only event tags with these IDs.
|
Dfareporting.EventTags.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.EventTags.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.EventTags.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.EventTags.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.EventTags.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.EventTags.List |
setSearchString(java.lang.String searchString)
Allows searching for objects by name or ID.
|
Dfareporting.EventTags.List |
setSortField(java.lang.String sortField)
Field by which to sort the list.
|
Dfareporting.EventTags.List |
setSortOrder(java.lang.String sortOrder)
Order of sorted results.
|
Dfareporting.EventTags.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.EventTags.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<EventTagsListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<EventTagsListResponse>java.io.IOExceptionpublic Dfareporting.EventTags.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<EventTagsListResponse>public Dfareporting.EventTags.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<EventTagsListResponse>public java.lang.Long getProfileId()
public Dfareporting.EventTags.List setProfileId(java.lang.Long profileId)
public java.lang.Long getAdId()
public Dfareporting.EventTags.List setAdId(java.lang.Long adId)
public java.lang.Long getAdvertiserId()
public Dfareporting.EventTags.List setAdvertiserId(java.lang.Long advertiserId)
public java.lang.Long getCampaignId()
public Dfareporting.EventTags.List setCampaignId(java.lang.Long campaignId)
public java.lang.Boolean getDefinitionsOnly()
public Dfareporting.EventTags.List setDefinitionsOnly(java.lang.Boolean definitionsOnly)
public java.lang.Boolean getEnabled()
public Dfareporting.EventTags.List setEnabled(java.lang.Boolean enabled)
public java.util.List<java.lang.String> getEventTagTypes()
public Dfareporting.EventTags.List setEventTagTypes(java.util.List<java.lang.String> eventTagTypes)
public java.util.List<java.lang.Long> getIds()
public Dfareporting.EventTags.List setIds(java.util.List<java.lang.Long> ids)
public java.lang.String getSearchString()
public Dfareporting.EventTags.List setSearchString(java.lang.String searchString)
public java.lang.String getSortField()
public Dfareporting.EventTags.List setSortField(java.lang.String sortField)
public java.lang.String getSortOrder()
public Dfareporting.EventTags.List setSortOrder(java.lang.String sortOrder)
public Dfareporting.EventTags.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<EventTagsListResponse>