You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/Entitlement.java
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -18,21 +18,6 @@
18
18
19
19
/**
20
20
* *Deprecated:* New integrations cannot use this method and can refer to our new recommendations.
21
-
* The presence of an Entitlements resource indicates that a user has the right to use a particular
22
-
* app. Entitlements are user specific, not device specific. This allows a user with an entitlement
23
-
* to an app to install the app on all their devices. It's also possible for a user to hold an
24
-
* entitlement to an app without installing the app on any device. The API can be used to create an
25
-
* entitlement. As an option, you can also use the API to trigger the installation of an app on all
26
-
* a user's managed devices at the same time the entitlement is created. If the app is free,
27
-
* creating the entitlement also creates a group license for that app. For paid apps, creating the
28
-
* entitlement consumes one license, and that license remains consumed until the entitlement is
29
-
* removed. If the enterprise hasn't purchased enough licenses, then no entitlement is created and
30
-
* the installation fails. An entitlement is also not created for an app if the app requires
31
-
* permissions that the enterprise hasn't accepted. If an entitlement is deleted, the app may be
32
-
* uninstalled from a user's device. As a best practice, uninstall the app by calling
33
-
* Installs.delete() before deleting the entitlement. Entitlements for apps that a user pays for on
34
-
* an unmanaged profile have "userPurchase" as the entitlement reason. These entitlements cannot be
35
-
* removed via the API.
36
21
*
37
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
38
23
* transmitted over HTTP when working with the Google Play EMM API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/GroupLicense.java
Copy file name to clipboardExpand all lines: clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/ManagedConfiguration.java
Copy file name to clipboardExpand all lines: clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/ServiceAccountKey.java
0 commit comments