public class Slides.Presentations.Get extends SlidesRequest<Presentation>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String presentationId)
Gets the latest version of the specified presentation.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getPresentationId()
The ID of the presentation to retrieve.
|
Slides.Presentations.Get |
set(String parameterName,
Object value) |
Slides.Presentations.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Slides.Presentations.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Slides.Presentations.Get |
setAlt(String alt)
Data format for response.
|
Slides.Presentations.Get |
setCallback(String callback)
JSONP
|
Slides.Presentations.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Slides.Presentations.Get |
setKey(String key)
API key.
|
Slides.Presentations.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Slides.Presentations.Get |
setPresentationId(String presentationId)
The ID of the presentation to retrieve.
|
Slides.Presentations.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Slides.Presentations.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Slides.Presentations.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Slides.Presentations.Get |
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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 Get(String presentationId)
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 ID of the presentation to retrieve.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Presentation>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Presentation>
IOException
public Slides.Presentations.Get set$Xgafv(String $Xgafv)
SlidesRequest
set$Xgafv
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setAccessToken(String accessToken)
SlidesRequest
setAccessToken
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setAlt(String alt)
SlidesRequest
setAlt
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setCallback(String callback)
SlidesRequest
setCallback
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setFields(String fields)
SlidesRequest
setFields
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setKey(String key)
SlidesRequest
setKey
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setOauthToken(String oauthToken)
SlidesRequest
setOauthToken
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setPrettyPrint(Boolean prettyPrint)
SlidesRequest
setPrettyPrint
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setQuotaUser(String quotaUser)
SlidesRequest
setQuotaUser
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setUploadType(String uploadType)
SlidesRequest
setUploadType
in class SlidesRequest<Presentation>
public Slides.Presentations.Get setUploadProtocol(String uploadProtocol)
SlidesRequest
setUploadProtocol
in class SlidesRequest<Presentation>
public String getPresentationId()
public Slides.Presentations.Get setPresentationId(String presentationId)
public Slides.Presentations.Get set(String parameterName, Object value)
set
in class SlidesRequest<Presentation>
Copyright © 2011–2024 Google. All rights reserved.