public static final class About.ExportFormats
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ExportFormats() |
| Modifier and Type | Method and Description |
|---|---|
About.ExportFormats |
clone() |
java.lang.String |
getSource()
The content type to convert from.
|
java.util.List<java.lang.String> |
getTargets()
The possible content types to convert to.
|
About.ExportFormats |
set(java.lang.String fieldName,
java.lang.Object value) |
About.ExportFormats |
setSource(java.lang.String source)
The content type to convert from.
|
About.ExportFormats |
setTargets(java.util.List<java.lang.String> targets)
The possible content types to convert to.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getSource()
null for nonepublic About.ExportFormats setSource(java.lang.String source)
source - source or null for nonepublic java.util.List<java.lang.String> getTargets()
null for nonepublic About.ExportFormats setTargets(java.util.List<java.lang.String> targets)
targets - targets or null for nonepublic About.ExportFormats set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic About.ExportFormats clone()
clone in class com.google.api.client.json.GenericJson