public final class CreateSlideRequest
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 |
---|
CreateSlideRequest() |
Modifier and Type | Method and Description |
---|---|
CreateSlideRequest |
clone() |
Integer |
getInsertionIndex()
The optional zero-based index indicating where to insert the slides.
|
String |
getObjectId()
A user-supplied object ID.
|
List<LayoutPlaceholderIdMapping> |
getPlaceholderIdMappings()
An optional list of object ID mappings from the placeholder(s) on the layout to the
placeholders that are created on the slide from the specified layout.
|
LayoutReference |
getSlideLayoutReference()
Layout reference of the slide to be inserted, based on the *current master*, which is one of
the following: - The master of the previous slide index.
|
CreateSlideRequest |
set(String fieldName,
Object value) |
CreateSlideRequest |
setInsertionIndex(Integer insertionIndex)
The optional zero-based index indicating where to insert the slides.
|
CreateSlideRequest |
setObjectId(String objectId)
A user-supplied object ID.
|
CreateSlideRequest |
setPlaceholderIdMappings(List<LayoutPlaceholderIdMapping> placeholderIdMappings)
An optional list of object ID mappings from the placeholder(s) on the layout to the
placeholders that are created on the slide from the specified layout.
|
CreateSlideRequest |
setSlideLayoutReference(LayoutReference slideLayoutReference)
Layout reference of the slide to be inserted, based on the *current master*, which is one of
the following: - The master of the previous slide index.
|
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 Integer getInsertionIndex()
null
for nonepublic CreateSlideRequest setInsertionIndex(Integer insertionIndex)
insertionIndex
- insertionIndex or null
for nonepublic String getObjectId()
null
for nonepublic CreateSlideRequest setObjectId(String objectId)
objectId
- objectId or null
for nonepublic List<LayoutPlaceholderIdMapping> getPlaceholderIdMappings()
null
for nonepublic CreateSlideRequest setPlaceholderIdMappings(List<LayoutPlaceholderIdMapping> placeholderIdMappings)
placeholderIdMappings
- placeholderIdMappings or null
for nonepublic LayoutReference getSlideLayoutReference()
null
for nonepublic CreateSlideRequest setSlideLayoutReference(LayoutReference slideLayoutReference)
slideLayoutReference
- slideLayoutReference or null
for nonepublic CreateSlideRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CreateSlideRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.