public class Dfareporting.CreativeFieldValues.Patch extends DfareportingRequest<CreativeFieldValue>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.CreativeFieldValues.Patch(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
| Modifier and Type | Method and Description |
|---|---|
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.Patch |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.CreativeFieldValues.Patch |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.CreativeFieldValues.Patch |
setCreativeFieldId(java.lang.Long creativeFieldId)
Creative field ID for this creative field value.
|
Dfareporting.CreativeFieldValues.Patch |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.CreativeFieldValues.Patch |
setId(java.lang.Long id)
Creative Field Value ID
|
Dfareporting.CreativeFieldValues.Patch |
setKey(java.lang.String key)
API key.
|
Dfareporting.CreativeFieldValues.Patch |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.CreativeFieldValues.Patch |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.CreativeFieldValues.Patch |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.CreativeFieldValues.Patch |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.CreativeFieldValues.Patch |
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected Dfareporting.CreativeFieldValues.Patch(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id,
CreativeFieldValue content)
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 IDcontent - the CreativeFieldValuepublic Dfareporting.CreativeFieldValues.Patch setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<CreativeFieldValue>public Dfareporting.CreativeFieldValues.Patch setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<CreativeFieldValue>public java.lang.Long getProfileId()
public Dfareporting.CreativeFieldValues.Patch setProfileId(java.lang.Long profileId)
public java.lang.Long getCreativeFieldId()
public Dfareporting.CreativeFieldValues.Patch setCreativeFieldId(java.lang.Long creativeFieldId)
public java.lang.Long getId()
public Dfareporting.CreativeFieldValues.Patch setId(java.lang.Long id)
public Dfareporting.CreativeFieldValues.Patch set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<CreativeFieldValue>