Package | Description |
---|---|
com.google.api.services.androidenterprise | |
com.google.api.services.androidenterprise.model |
Modifier and Type | Method and Description |
---|---|
AndroidEnterprise.Webapps.Insert |
AndroidEnterprise.Webapps.insert(String enterpriseId,
WebApp content)
Creates a new web app for the enterprise.
|
AndroidEnterprise.Webapps.Patch |
AndroidEnterprise.Webapps.patch(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
|
AndroidEnterprise.Webapps.Update |
AndroidEnterprise.Webapps.update(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
|
Constructor and Description |
---|
Insert(String enterpriseId,
WebApp content)
Creates a new web app for the enterprise.
|
Patch(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
|
Update(String enterpriseId,
String webAppId,
WebApp content)
Updates an existing web app.
|
Modifier and Type | Method and Description |
---|---|
WebApp |
WebApp.clone() |
WebApp |
WebApp.set(String fieldName,
Object value) |
WebApp |
WebApp.setDisplayMode(String displayMode)
The display mode of the web app.
|
WebApp |
WebApp.setIcons(List<WebAppIcon> icons)
A list of icons representing this website.
|
WebApp |
WebApp.setIsPublished(Boolean isPublished)
A flag whether the app has been published to the Play store yet.
|
WebApp |
WebApp.setStartUrl(String startUrl)
The start URL, i.e.
|
WebApp |
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 |
WebApp.setVersionCode(Long versionCode)
The current version of the app.
|
WebApp |
WebApp.setWebAppId(String webAppId)
The ID of the application.
|
Modifier and Type | Method and Description |
---|---|
List<WebApp> |
WebAppsListResponse.getWebApp()
The manifest describing a web app.
|
Modifier and Type | Method and Description |
---|---|
WebAppsListResponse |
WebAppsListResponse.setWebApp(List<WebApp> webApp)
The manifest describing a web app.
|
Copyright © 2011–2019 Google. All rights reserved.