public final class ReplaceAllShapesWithImageRequest
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 |
---|
ReplaceAllShapesWithImageRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceAllShapesWithImageRequest |
clone() |
SubstringMatchCriteria |
getContainsText()
If set, this request will replace all of the shapes that contain the given text.
|
String |
getImageReplaceMethod()
The image replace method.
|
String |
getImageUrl()
The image URL.
|
List<String> |
getPageObjectIds()
If non-empty, limits the matches to page elements only on the given pages.
|
String |
getReplaceMethod()
The replace method.
|
ReplaceAllShapesWithImageRequest |
set(String fieldName,
Object value) |
ReplaceAllShapesWithImageRequest |
setContainsText(SubstringMatchCriteria containsText)
If set, this request will replace all of the shapes that contain the given text.
|
ReplaceAllShapesWithImageRequest |
setImageReplaceMethod(String imageReplaceMethod)
The image replace method.
|
ReplaceAllShapesWithImageRequest |
setImageUrl(String imageUrl)
The image URL.
|
ReplaceAllShapesWithImageRequest |
setPageObjectIds(List<String> pageObjectIds)
If non-empty, limits the matches to page elements only on the given pages.
|
ReplaceAllShapesWithImageRequest |
setReplaceMethod(String replaceMethod)
The replace method.
|
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 SubstringMatchCriteria getContainsText()
null
for nonepublic ReplaceAllShapesWithImageRequest setContainsText(SubstringMatchCriteria containsText)
containsText
- containsText or null
for nonepublic String getImageReplaceMethod()
null
for nonepublic ReplaceAllShapesWithImageRequest setImageReplaceMethod(String imageReplaceMethod)
imageReplaceMethod
- imageReplaceMethod or null
for nonepublic String getImageUrl()
null
for nonepublic ReplaceAllShapesWithImageRequest setImageUrl(String imageUrl)
imageUrl
- imageUrl or null
for nonepublic List<String> getPageObjectIds()
null
for nonepublic ReplaceAllShapesWithImageRequest setPageObjectIds(List<String> pageObjectIds)
pageObjectIds
- pageObjectIds or null
for nonepublic String getReplaceMethod()
null
for nonepublic ReplaceAllShapesWithImageRequest setReplaceMethod(String replaceMethod)
replaceMethod
- replaceMethod or null
for nonepublic ReplaceAllShapesWithImageRequest set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ReplaceAllShapesWithImageRequest clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.