public static final class About.ImportFormats
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ImportFormats() |
| Modifier and Type | Method and Description |
|---|---|
About.ImportFormats |
clone() |
java.lang.String |
getSource()
The imported file's content type to convert from.
|
java.util.List<java.lang.String> |
getTargets()
The possible content types to convert to.
|
About.ImportFormats |
set(java.lang.String fieldName,
java.lang.Object value) |
About.ImportFormats |
setSource(java.lang.String source)
The imported file's content type to convert from.
|
About.ImportFormats |
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.ImportFormats setSource(java.lang.String source)
source - source or null for nonepublic java.util.List<java.lang.String> getTargets()
null for nonepublic About.ImportFormats setTargets(java.util.List<java.lang.String> targets)
targets - targets or null for nonepublic About.ImportFormats set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic About.ImportFormats clone()
clone in class com.google.api.client.json.GenericJson