Webapps
class Webapps extends Resource (View source)
The "webapps" collection of methods.
Typical usage is:
$androidenterpriseService = new Google\Service\AndroidEnterprise(...);
$webapps = $androidenterpriseService->webapps;
Methods
delete(string $enterpriseId, string $webAppId, array $optParams = [])
Deletes an existing web app. (webapps.delete)
get(string $enterpriseId, string $webAppId, array $optParams = [])
Gets an existing web app. (webapps.get)
listWebapps(string $enterpriseId, array $optParams = [])
Retrieves the details of all web apps for a given enterprise.
Details
delete(string $enterpriseId, string $webAppId, array $optParams = [])
Deletes an existing web app. (webapps.delete)
WebApp
get(string $enterpriseId, string $webAppId, array $optParams = [])
Gets an existing web app. (webapps.get)
WebApp
insert(string $enterpriseId, WebApp $postBody, array $optParams = [])
Creates a new web app for the enterprise. (webapps.insert)
WebAppsListResponse
listWebapps(string $enterpriseId, array $optParams = [])
Retrieves the details of all web apps for a given enterprise.
(webapps.listWebapps)