public final class MediaProperties
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 Forms 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
MediaProperties() |
| Modifier and Type | Method and Description |
|---|---|
MediaProperties |
clone() |
String |
getAlignment()
Position of the media.
|
Integer |
getWidth()
The width of the media in pixels.
|
MediaProperties |
set(String fieldName,
Object value) |
MediaProperties |
setAlignment(String alignment)
Position of the media.
|
MediaProperties |
setWidth(Integer width)
The width of the media in pixels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getAlignment()
null for nonepublic MediaProperties setAlignment(String alignment)
alignment - alignment or null for nonepublic Integer getWidth()
null for nonepublic MediaProperties setWidth(Integer width)
width - width or null for nonepublic MediaProperties set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic MediaProperties clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.