public final class MapFolder extends MapItem
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 Maps Engine 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| Constructor and Description |
|---|
MapFolder()
Constructs MapFolder.
|
| Modifier and Type | Method and Description |
|---|---|
MapFolder |
clone() |
java.util.List<MapItem> |
getContents() |
java.util.List<java.lang.Double> |
getDefaultViewport()
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
java.lang.Boolean |
getExpandable()
The expandability setting of this MapFolder.
|
java.lang.String |
getKey()
A user defined alias for this MapFolder, specific to this Map.
|
java.lang.String |
getName()
The name of this MapFolder.
|
java.lang.String |
getVisibility()
The visibility setting of this MapFolder.
|
MapFolder |
set(java.lang.String fieldName,
java.lang.Object value) |
MapFolder |
setContents(java.util.List<MapItem> contents) |
MapFolder |
setDefaultViewport(java.util.List<java.lang.Double> defaultViewport)
An array of four numbers (west, south, east, north) which defines the rectangular bounding box
of the default viewport.
|
MapFolder |
setExpandable(java.lang.Boolean expandable)
The expandability setting of this MapFolder.
|
MapFolder |
setKey(java.lang.String key)
A user defined alias for this MapFolder, specific to this Map.
|
MapFolder |
setName(java.lang.String name)
The name of this MapFolder.
|
MapFolder |
setVisibility(java.lang.String visibility)
The visibility setting of this MapFolder.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<MapItem> getContents()
null for nonepublic MapFolder setContents(java.util.List<MapItem> contents)
contents - contents or null for nonepublic java.util.List<java.lang.Double> getDefaultViewport()
null for nonepublic MapFolder setDefaultViewport(java.util.List<java.lang.Double> defaultViewport)
defaultViewport - defaultViewport or null for nonepublic java.lang.Boolean getExpandable()
null for nonepublic MapFolder setExpandable(java.lang.Boolean expandable)
expandable - expandable or null for nonepublic java.lang.String getKey()
null for nonepublic MapFolder setKey(java.lang.String key)
key - key or null for nonepublic java.lang.String getName()
null for nonepublic MapFolder setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getVisibility()
null for nonepublic MapFolder setVisibility(java.lang.String visibility)
visibility - visibility or null for nonepublic MapFolder set(java.lang.String fieldName, java.lang.Object value)