Lines Matching refs:WebApp
20 use Google\Service\AndroidEnterprise\WebApp; alias
52 * @return WebApp
58 return $this->call('get', [$params], WebApp::class);
64 * @param WebApp $postBody
66 * @return WebApp
68 public function insert($enterpriseId, WebApp $postBody, $optParams = [])
72 return $this->call('insert', [$params], WebApp::class);
93 * @param WebApp $postBody
95 * @return WebApp
97 public function update($enterpriseId, $webAppId, WebApp $postBody, $optParams = [])
101 return $this->call('update', [$params], WebApp::class);