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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WebApp() |
| Modifier and Type | Method and Description |
|---|---|
WebApp |
clone() |
String |
getDisplayMode()
The display mode of the web app.
|
List<WebAppIcon> |
getIcons()
A list of icons representing this website.
|
Boolean |
getIsPublished()
A flag whether the app has been published to the Play store yet.
|
String |
getStartUrl()
The start URL, i.e.
|
String |
getTitle()
The title of the web application as displayed to the user (e.g., amongst a list of other
applications, or as a label for an icon).
|
Long |
getVersionCode()
The current version of the app.
|
String |
getWebAppId()
The ID of the application.
|
WebApp |
set(String fieldName,
Object value) |
WebApp |
setDisplayMode(String displayMode)
The display mode of the web app.
|
WebApp |
setIcons(List<WebAppIcon> icons)
A list of icons representing this website.
|
WebApp |
setIsPublished(Boolean isPublished)
A flag whether the app has been published to the Play store yet.
|
WebApp |
setStartUrl(String startUrl)
The start URL, i.e.
|
WebApp |
setTitle(String title)
The title of the web application as displayed to the user (e.g., amongst a list of other
applications, or as a label for an icon).
|
WebApp |
setVersionCode(Long versionCode)
The current version of the app.
|
WebApp |
setWebAppId(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, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDisplayMode()
null for nonepublic WebApp setDisplayMode(String displayMode)
displayMode - displayMode or null for nonepublic List<WebAppIcon> getIcons()
null for nonepublic WebApp setIcons(List<WebAppIcon> icons)
icons - icons or null for nonepublic Boolean getIsPublished()
null for nonepublic WebApp setIsPublished(Boolean isPublished)
isPublished - isPublished or null for nonepublic String getStartUrl()
null for nonepublic WebApp setStartUrl(String startUrl)
startUrl - startUrl or null for nonepublic String getTitle()
null for nonepublic WebApp setTitle(String title)
title - title or null for nonepublic Long getVersionCode()
null for nonepublic WebApp setVersionCode(Long versionCode)
versionCode - versionCode or null for nonepublic String getWebAppId()
null for nonepublic WebApp setWebAppId(String webAppId)
webAppId - webAppId or null for nonepublic WebApp set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic WebApp clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.