public class Dfareporting.AdvertiserLandingPages.Get extends DfareportingRequest<LandingPage>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(Long profileId,
Long id)
Gets one landing page by ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Long |
getId()
Landing page ID.
|
Long |
getProfileId()
User profile ID associated with this request.
|
Dfareporting.AdvertiserLandingPages.Get |
set(String parameterName,
Object value) |
Dfareporting.AdvertiserLandingPages.Get |
setAlt(String alt)
Data format for the response.
|
Dfareporting.AdvertiserLandingPages.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.AdvertiserLandingPages.Get |
setId(Long id)
Landing page ID.
|
Dfareporting.AdvertiserLandingPages.Get |
setKey(String key)
API key.
|
Dfareporting.AdvertiserLandingPages.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.AdvertiserLandingPages.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.AdvertiserLandingPages.Get |
setProfileId(Long profileId)
User profile ID associated with this request.
|
Dfareporting.AdvertiserLandingPages.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Dfareporting.AdvertiserLandingPages.Get |
setUserIp(String userIp)
Deprecated.
|
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, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(Long profileId, Long id)
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.id - Landing page ID.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LandingPage>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<LandingPage>IOExceptionpublic Dfareporting.AdvertiserLandingPages.Get setAlt(String alt)
DfareportingRequestsetAlt in class DfareportingRequest<LandingPage>public Dfareporting.AdvertiserLandingPages.Get setFields(String fields)
DfareportingRequestsetFields in class DfareportingRequest<LandingPage>public Dfareporting.AdvertiserLandingPages.Get setKey(String key)
DfareportingRequestsetKey in class DfareportingRequest<LandingPage>public Dfareporting.AdvertiserLandingPages.Get setOauthToken(String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<LandingPage>public Dfareporting.AdvertiserLandingPages.Get setPrettyPrint(Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<LandingPage>public Dfareporting.AdvertiserLandingPages.Get setQuotaUser(String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<LandingPage>public Dfareporting.AdvertiserLandingPages.Get setUserIp(String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<LandingPage>public Long getProfileId()
public Dfareporting.AdvertiserLandingPages.Get setProfileId(Long profileId)
public Long getId()
public Dfareporting.AdvertiserLandingPages.Get setId(Long id)
public Dfareporting.AdvertiserLandingPages.Get set(String parameterName, Object value)
set in class DfareportingRequest<LandingPage>Copyright © 2011–2019 Google. All rights reserved.