public final class WebApp
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 |
|---|
WebApp() |
| Modifier and Type | Method and Description |
|---|---|
WebApp |
clone() |
java.lang.String |
getDisplayMode()
The display mode of the web app.
|
java.util.List<WebAppIcon> |
getIcons()
A list of icons representing this website.
|
java.lang.Boolean |
getIsPublished()
A flag whether the app has been published to the Play store yet.
|
java.lang.String |
getStartUrl()
The start URL, i.e.
|
java.lang.String |
getTitle()
The title of the web app as displayed to the user (e.g., amongst a list of other applications,
or as a label for an icon).
|
java.lang.Long |
getVersionCode()
The current version of the app.
|
java.lang.String |
getWebAppId()
The ID of the application.
|
WebApp |
set(java.lang.String fieldName,
java.lang.Object value) |
WebApp |
setDisplayMode(java.lang.String displayMode)
The display mode of the web app.
|
WebApp |
setIcons(java.util.List<WebAppIcon> icons)
A list of icons representing this website.
|
WebApp |
setIsPublished(java.lang.Boolean isPublished)
A flag whether the app has been published to the Play store yet.
|
WebApp |
setStartUrl(java.lang.String startUrl)
The start URL, i.e.
|
WebApp |
setTitle(java.lang.String title)
The title of the web app as displayed to the user (e.g., amongst a list of other applications,
or as a label for an icon).
|
WebApp |
setVersionCode(java.lang.Long versionCode)
The current version of the app.
|
WebApp |
setWebAppId(java.lang.String webAppId)
The ID of the application.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getDisplayMode()
null for nonepublic WebApp setDisplayMode(java.lang.String displayMode)
displayMode - displayMode or null for nonepublic java.util.List<WebAppIcon> getIcons()
null for nonepublic WebApp setIcons(java.util.List<WebAppIcon> icons)
icons - icons or null for nonepublic java.lang.Boolean getIsPublished()
null for nonepublic WebApp setIsPublished(java.lang.Boolean isPublished)
isPublished - isPublished or null for nonepublic java.lang.String getStartUrl()
null for nonepublic WebApp setStartUrl(java.lang.String startUrl)
startUrl - startUrl or null for nonepublic java.lang.String getTitle()
null for nonepublic WebApp setTitle(java.lang.String title)
title - title or null for nonepublic java.lang.Long getVersionCode()
null for nonepublic WebApp setVersionCode(java.lang.Long versionCode)
versionCode - versionCode or null for nonepublic java.lang.String getWebAppId()
null for nonepublic WebApp setWebAppId(java.lang.String webAppId)
webAppId - webAppId or null for nonepublic WebApp set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic WebApp clone()
clone in class com.google.api.client.json.GenericJson