public class Dfareporting.CreativeFieldValues.Get extends DfareportingRequest<CreativeFieldValue>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.CreativeFieldValues.Get(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id)
Gets one creative field value by ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getCreativeFieldId()
Creative field ID for this creative field value.
|
java.lang.Long |
getId()
Creative Field Value ID
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
Dfareporting.CreativeFieldValues.Get |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.CreativeFieldValues.Get |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.CreativeFieldValues.Get |
setCreativeFieldId(java.lang.Long creativeFieldId)
Creative field ID for this creative field value.
|
Dfareporting.CreativeFieldValues.Get |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.CreativeFieldValues.Get |
setId(java.lang.Long id)
Creative Field Value ID
|
Dfareporting.CreativeFieldValues.Get |
setKey(java.lang.String key)
API key.
|
Dfareporting.CreativeFieldValues.Get |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.CreativeFieldValues.Get |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.CreativeFieldValues.Get |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.CreativeFieldValues.Get |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.CreativeFieldValues.Get |
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.CreativeFieldValues.Get(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.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.creativeFieldId - Creative field ID for this creative field value.id - Creative Field Value IDpublic com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativeFieldValue>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CreativeFieldValue>java.io.IOExceptionpublic Dfareporting.CreativeFieldValues.Get setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Get setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Get setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Get setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Get setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Get setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Get setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<CreativeFieldValue>public java.lang.Long getProfileId()
public Dfareporting.CreativeFieldValues.Get setProfileId(java.lang.Long profileId)
public java.lang.Long getCreativeFieldId()
public Dfareporting.CreativeFieldValues.Get setCreativeFieldId(java.lang.Long creativeFieldId)
public java.lang.Long getId()
public Dfareporting.CreativeFieldValues.Get setId(java.lang.Long id)
public Dfareporting.CreativeFieldValues.Get set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<CreativeFieldValue>