Modifier and Type | Class and Description |
---|---|
class |
Slides.Presentations.BatchUpdate |
class |
Slides.Presentations.Create |
class |
Slides.Presentations.Get |
class |
Slides.Presentations.Pages
The "pages" collection of methods.
|
Constructor and Description |
---|
Presentations() |
Modifier and Type | Method and Description |
---|---|
Slides.Presentations.BatchUpdate |
batchUpdate(String presentationId,
BatchUpdatePresentationRequest content)
Applies one or more updates to the presentation.
|
Slides.Presentations.Create |
create(Presentation content)
Creates a blank presentation using the title given in the request.
|
Slides.Presentations.Get |
get(String presentationId)
Gets the latest version of the specified presentation.
|
Slides.Presentations.Pages |
pages()
An accessor for creating requests from the Pages collection.
|
public Slides.Presentations.BatchUpdate batchUpdate(String presentationId, BatchUpdatePresentationRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.presentationId
- The presentation to apply the updates to.content
- the BatchUpdatePresentationRequest
IOException
public Slides.Presentations.Create create(Presentation content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Presentation
IOException
public Slides.Presentations.Get get(String presentationId) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.presentationId
- The ID of the presentation to retrieve.IOException
public Slides.Presentations.Pages pages()
The typical use is:
Slides slides = new Slides(...);
Slides.Pages.List request = slides.pages().list(parameters ...)
Copyright © 2011–2024 Google. All rights reserved.