public class Slides.Presentations.BatchUpdate extends SlidesRequest<BatchUpdatePresentationResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
BatchUpdate(String presentationId,
BatchUpdatePresentationRequest content)
Applies one or more updates to the presentation.
|
Modifier and Type | Method and Description |
---|---|
String |
getPresentationId()
The presentation to apply the updates to.
|
Slides.Presentations.BatchUpdate |
set(String parameterName,
Object value) |
Slides.Presentations.BatchUpdate |
set$Xgafv(String $Xgafv)
V1 error format.
|
Slides.Presentations.BatchUpdate |
setAccessToken(String accessToken)
OAuth access token.
|
Slides.Presentations.BatchUpdate |
setAlt(String alt)
Data format for response.
|
Slides.Presentations.BatchUpdate |
setCallback(String callback)
JSONP
|
Slides.Presentations.BatchUpdate |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Slides.Presentations.BatchUpdate |
setKey(String key)
API key.
|
Slides.Presentations.BatchUpdate |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Slides.Presentations.BatchUpdate |
setPresentationId(String presentationId)
The presentation to apply the updates to.
|
Slides.Presentations.BatchUpdate |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Slides.Presentations.BatchUpdate |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Slides.Presentations.BatchUpdate |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Slides.Presentations.BatchUpdate |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected BatchUpdate(String presentationId, BatchUpdatePresentationRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
Slides.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
presentationId
- The presentation to apply the updates to.content
- the BatchUpdatePresentationRequest
public Slides.Presentations.BatchUpdate set$Xgafv(String $Xgafv)
SlidesRequest
set$Xgafv
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setAccessToken(String accessToken)
SlidesRequest
setAccessToken
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setAlt(String alt)
SlidesRequest
setAlt
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setCallback(String callback)
SlidesRequest
setCallback
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setFields(String fields)
SlidesRequest
setFields
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setKey(String key)
SlidesRequest
setKey
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setOauthToken(String oauthToken)
SlidesRequest
setOauthToken
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setPrettyPrint(Boolean prettyPrint)
SlidesRequest
setPrettyPrint
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setQuotaUser(String quotaUser)
SlidesRequest
setQuotaUser
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setUploadType(String uploadType)
SlidesRequest
setUploadType
in class SlidesRequest<BatchUpdatePresentationResponse>
public Slides.Presentations.BatchUpdate setUploadProtocol(String uploadProtocol)
SlidesRequest
setUploadProtocol
in class SlidesRequest<BatchUpdatePresentationResponse>
public String getPresentationId()
public Slides.Presentations.BatchUpdate setPresentationId(String presentationId)
public Slides.Presentations.BatchUpdate set(String parameterName, Object value)
set
in class SlidesRequest<BatchUpdatePresentationResponse>
Copyright © 2011–2024 Google. All rights reserved.