public final class Presentation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Slides API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Presentation() |
Modifier and Type | Method and Description |
---|---|
Presentation |
clone() |
List<Page> |
getLayouts()
The layouts in the presentation.
|
String |
getLocale()
The locale of the presentation, as an IETF BCP 47 language tag.
|
List<Page> |
getMasters()
The slide masters in the presentation.
|
Page |
getNotesMaster()
The notes master in the presentation.
|
Size |
getPageSize()
The size of pages in the presentation.
|
String |
getPresentationId()
The ID of the presentation.
|
String |
getRevisionId()
Output only.
|
List<Page> |
getSlides()
The slides in the presentation.
|
String |
getTitle()
The title of the presentation.
|
Presentation |
set(String fieldName,
Object value) |
Presentation |
setLayouts(List<Page> layouts)
The layouts in the presentation.
|
Presentation |
setLocale(String locale)
The locale of the presentation, as an IETF BCP 47 language tag.
|
Presentation |
setMasters(List<Page> masters)
The slide masters in the presentation.
|
Presentation |
setNotesMaster(Page notesMaster)
The notes master in the presentation.
|
Presentation |
setPageSize(Size pageSize)
The size of pages in the presentation.
|
Presentation |
setPresentationId(String presentationId)
The ID of the presentation.
|
Presentation |
setRevisionId(String revisionId)
Output only.
|
Presentation |
setSlides(List<Page> slides)
The slides in the presentation.
|
Presentation |
setTitle(String title)
The title of the presentation.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
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
public List<Page> getLayouts()
null
for nonepublic Presentation setLayouts(List<Page> layouts)
layouts
- layouts or null
for nonepublic String getLocale()
null
for nonepublic Presentation setLocale(String locale)
locale
- locale or null
for nonepublic List<Page> getMasters()
null
for nonepublic Presentation setMasters(List<Page> masters)
masters
- masters or null
for nonepublic Page getNotesMaster()
null
for nonepublic Presentation setNotesMaster(Page notesMaster)
notesMaster
- notesMaster or null
for nonepublic Size getPageSize()
null
for nonepublic Presentation setPageSize(Size pageSize)
pageSize
- pageSize or null
for nonepublic String getPresentationId()
null
for nonepublic Presentation setPresentationId(String presentationId)
presentationId
- presentationId or null
for nonepublic String getRevisionId()
null
for nonepublic Presentation setRevisionId(String revisionId)
revisionId
- revisionId or null
for nonepublic List<Page> getSlides()
null
for nonepublic Presentation setSlides(List<Page> slides)
slides
- slides or null
for nonepublic String getTitle()
null
for nonepublic Presentation setTitle(String title)
title
- title or null
for nonepublic Presentation set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Presentation clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.