public final class WebAppsListResponse
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 Play EMM 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 |
---|
WebAppsListResponse() |
Modifier and Type | Method and Description |
---|---|
WebAppsListResponse |
clone() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.util.List<WebApp> |
getWebApp()
The manifest describing a web app.
|
WebAppsListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
WebAppsListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
WebAppsListResponse |
setWebApp(java.util.List<WebApp> webApp)
The manifest describing a web app.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getKind()
null
for nonepublic WebAppsListResponse setKind(java.lang.String kind)
kind
- kind or null
for nonepublic java.util.List<WebApp> getWebApp()
null
for nonepublic WebAppsListResponse setWebApp(java.util.List<WebApp> webApp)
webApp
- webApp or null
for nonepublic WebAppsListResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public WebAppsListResponse clone()
clone
in class com.google.api.client.json.GenericJson