kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations */ public function setManagedConfigurations(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations $managedConfigurations) { $this->managedConfigurations = $managedConfigurations; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecManagedConfigurations */ public function getManagedConfigurations() { return $this->managedConfigurations; } public function setParent($parent) { $this->parent = $parent; } public function getParent() { return $this->parent; } public function setPermission($permission) { $this->permission = $permission; } public function getPermission() { return $this->permission; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch */ public function setPlaySearch(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch $playSearch) { $this->playSearch = $playSearch; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPlaySearch */ public function getPlaySearch() { return $this->playSearch; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps */ public function setPrivateApps(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps $privateApps) { $this->privateApps = $privateApps; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecPrivateApps */ public function getPrivateApps() { return $this->privateApps; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder */ public function setStoreBuilder(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder $storeBuilder) { $this->storeBuilder = $storeBuilder; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecStoreBuilder */ public function getStoreBuilder() { return $this->storeBuilder; } /** * @param Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps */ public function setWebApps(Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps $webApps) { $this->webApps = $webApps; } /** * @return Google_Service_AndroidEnterprise_AdministratorWebTokenSpecWebApps */ public function getWebApps() { return $this->webApps; } }