PATH:
home
/
lab2454c
/
vaultchip.com
/
vendor
/
google
/
apiclient-services
/
src
/
AndroidEnterprise
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\AndroidEnterprise; class Product extends \Google\Collection { protected $collection_key = 'screenshotUrls'; protected $appTracksType = TrackInfo::class; protected $appTracksDataType = 'array'; protected $appVersionType = AppVersion::class; protected $appVersionDataType = 'array'; public $authorName; public $availableCountries; public $availableTracks; public $category; public $contentRating; public $description; public $detailsUrl; public $distributionChannel; public $features; public $iconUrl; public $lastUpdatedTimestampMillis; public $minAndroidSdkVersion; protected $permissionsType = ProductPermission::class; protected $permissionsDataType = 'array'; public $productId; public $productPricing; public $recentChanges; public $requiresContainerApp; public $screenshotUrls; protected $signingCertificateType = ProductSigningCertificate::class; protected $signingCertificateDataType = ''; public $smallIconUrl; public $title; public $workDetailsUrl; /** * @param TrackInfo[] */ public function setAppTracks($appTracks) { $this->appTracks = $appTracks; } /** * @return TrackInfo[] */ public function getAppTracks() { return $this->appTracks; } /** * @param AppVersion[] */ public function setAppVersion($appVersion) { $this->appVersion = $appVersion; } /** * @return AppVersion[] */ public function getAppVersion() { return $this->appVersion; } public function setAuthorName($authorName) { $this->authorName = $authorName; } public function getAuthorName() { return $this->authorName; } public function setAvailableCountries($availableCountries) { $this->availableCountries = $availableCountries; } public function getAvailableCountries() { return $this->availableCountries; } public function setAvailableTracks($availableTracks) { $this->availableTracks = $availableTracks; } public function getAvailableTracks() { return $this->availableTracks; } public function setCategory($category) { $this->category = $category; } public function getCategory() { return $this->category; } public function setContentRating($contentRating) { $this->contentRating = $contentRating; } public function getContentRating() { return $this->contentRating; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDetailsUrl($detailsUrl) { $this->detailsUrl = $detailsUrl; } public function getDetailsUrl() { return $this->detailsUrl; } public function setDistributionChannel($distributionChannel) { $this->distributionChannel = $distributionChannel; } public function getDistributionChannel() { return $this->distributionChannel; } public function setFeatures($features) { $this->features = $features; } public function getFeatures() { return $this->features; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis) { $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis; } public function getLastUpdatedTimestampMillis() { return $this->lastUpdatedTimestampMillis; } public function setMinAndroidSdkVersion($minAndroidSdkVersion) { $this->minAndroidSdkVersion = $minAndroidSdkVersion; } public function getMinAndroidSdkVersion() { return $this->minAndroidSdkVersion; } /** * @param ProductPermission[] */ public function setPermissions($permissions) { $this->permissions = $permissions; } /** * @return ProductPermission[] */ public function getPermissions() { return $this->permissions; } public function setProductId($productId) { $this->productId = $productId; } public function getProductId() { return $this->productId; } public function setProductPricing($productPricing) { $this->productPricing = $productPricing; } public function getProductPricing() { return $this->productPricing; } public function setRecentChanges($recentChanges) { $this->recentChanges = $recentChanges; } public function getRecentChanges() { return $this->recentChanges; } public function setRequiresContainerApp($requiresContainerApp) { $this->requiresContainerApp = $requiresContainerApp; } public function getRequiresContainerApp() { return $this->requiresContainerApp; } public function setScreenshotUrls($screenshotUrls) { $this->screenshotUrls = $screenshotUrls; } public function getScreenshotUrls() { return $this->screenshotUrls; } /** * @param ProductSigningCertificate */ public function setSigningCertificate(ProductSigningCertificate $signingCertificate) { $this->signingCertificate = $signingCertificate; } /** * @return ProductSigningCertificate */ public function getSigningCertificate() { return $this->signingCertificate; } public function setSmallIconUrl($smallIconUrl) { $this->smallIconUrl = $smallIconUrl; } public function getSmallIconUrl() { return $this->smallIconUrl; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } public function setWorkDetailsUrl($workDetailsUrl) { $this->workDetailsUrl = $workDetailsUrl; } public function getWorkDetailsUrl() { return $this->workDetailsUrl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Product::class, 'Google_Service_AndroidEnterprise_Product');
[-] KeyedAppState.php
[edit]
[-] ProductAvailabilityChangeEvent.php
[edit]
[-] ManagedConfiguration.php
[edit]
[-] DeviceReportUpdateEvent.php
[edit]
[-] EnterpriseAccount.php
[edit]
[-] DeviceReport.php
[edit]
[-] ProductPolicy.php
[edit]
[-] GroupLicense.php
[edit]
[-] ProductApprovalEvent.php
[edit]
[-] MaintenanceWindow.php
[edit]
[-] AutoInstallPolicy.php
[edit]
[-] EntitlementsListResponse.php
[edit]
[-] NewDeviceEvent.php
[edit]
[-] AdministratorWebTokenSpecWebApps.php
[edit]
[-] ProductsGenerateApprovalUrlResponse.php
[edit]
[-] ProductPermission.php
[edit]
[-] EnterprisesListResponse.php
[edit]
[+]
..
[-] DevicesListResponse.php
[edit]
[-] StoreLayout.php
[edit]
[-] Permission.php
[edit]
[-] ProductVisibility.php
[edit]
[-] Entitlement.php
[edit]
[-] ProductsApproveRequest.php
[edit]
[-] AdministratorWebToken.php
[edit]
[-] ApprovalUrlInfo.php
[edit]
[-] AppRestrictionsSchema.php
[edit]
[-] SignupInfo.php
[edit]
[-] ConfigurationVariables.php
[edit]
[-] TokenPagination.php
[edit]
[-] InstallsListResponse.php
[edit]
[-] AppState.php
[edit]
[-] AdministratorWebTokenSpecZeroTouch.php
[edit]
[-] StoreLayoutPagesListResponse.php
[edit]
[-] ProductSigningCertificate.php
[edit]
[-] InstallFailureEvent.php
[edit]
[-] AdministratorWebTokenSpecPlaySearch.php
[edit]
[-] ManagedPropertyBundle.php
[edit]
[-] AppUpdateEvent.php
[edit]
[-] VariableSet.php
[edit]
[-] Policy.php
[edit]
[-] ManagedProperty.php
[edit]
[-] AdministratorWebTokenSpecManagedConfigurations.php
[edit]
[-] AdministratorWebTokenSpecPrivateApps.php
[edit]
[-] WebAppsListResponse.php
[edit]
[-] AuthenticationToken.php
[edit]
[-] Device.php
[edit]
[-] TrackInfo.php
[edit]
[-] ProductSet.php
[edit]
[-] NotificationSet.php
[edit]
[-] StoreCluster.php
[edit]
[-] ManagedConfigurationsForDeviceListResponse.php
[edit]
[-] AppVersion.php
[edit]
[-] Administrator.php
[edit]
[-] AutoInstallConstraint.php
[edit]
[-] Enterprise.php
[edit]
[-] ManagedConfigurationsForUserListResponse.php
[edit]
[+]
Resource
[-] Notification.php
[edit]
[-] ProductsListResponse.php
[edit]
[-] AdministratorWebTokenSpec.php
[edit]
[-] NewPermissionsEvent.php
[edit]
[-] WebAppIcon.php
[edit]
[-] StoreLayoutClustersListResponse.php
[edit]
[-] AppRestrictionsSchemaChangeEvent.php
[edit]
[-] GroupLicensesListResponse.php
[edit]
[-] AdministratorWebTokenSpecStoreBuilder.php
[edit]
[-] Install.php
[edit]
[-] Product.php
[edit]
[-] ManagedConfigurationsSettingsListResponse.php
[edit]
[-] DeviceState.php
[edit]
[-] ServiceAccountKeysListResponse.php
[edit]
[-] LocalizedText.php
[edit]
[-] ServiceAccountKey.php
[edit]
[-] UsersListResponse.php
[edit]
[-] EnterprisesSendTestPushNotificationResponse.php
[edit]
[-] User.php
[edit]
[-] GroupLicenseUsersListResponse.php
[edit]
[-] AppRestrictionsSchemaRestrictionRestrictionValue.php
[edit]
[-] ServiceAccount.php
[edit]
[-] ProductPermissions.php
[edit]
[-] PageInfo.php
[edit]
[-] StorePage.php
[edit]
[-] ManagedConfigurationsSettings.php
[edit]
[-] AppRestrictionsSchemaRestriction.php
[edit]
[-] WebApp.php
[edit]