target.apidocs.com.google.api.services.androidenterprise.AndroidEnterprise.Grouplicenses.html Maven / Gradle / Ivy
The newest version!
AndroidEnterprise.Grouplicenses (Google Play EMM API v1-rev20241113-2.0.0)
com.google.api.services.androidenterprise
Class AndroidEnterprise.Grouplicenses
- java.lang.Object
-
- com.google.api.services.androidenterprise.AndroidEnterprise.Grouplicenses
-
- Enclosing class:
- AndroidEnterprise
public class AndroidEnterprise.Grouplicenses
extends Object
The "grouplicenses" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidEnterprise.Grouplicenses.Get
class
AndroidEnterprise.Grouplicenses.List
-
Constructor Summary
Constructors
Constructor and Description
Grouplicenses()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidEnterprise.Grouplicenses.Get
get(String enterpriseId,
String groupLicenseId)
Retrieves details of an enterprise's group license for a product.
AndroidEnterprise.Grouplicenses.List
list(String enterpriseId)
Retrieves IDs of all products for which the enterprise has a group license.
-
-
Method Detail
-
get
public AndroidEnterprise.Grouplicenses.Get get(String enterpriseId,
String groupLicenseId)
throws IOException
Retrieves details of an enterprise's group license for a product. **Note:** This item has been
deprecated. New integrations cannot use this method and can refer to our new recommendations.
Create a request for the method "grouplicenses.get".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
groupLicenseId
- The ID of the product the group license is for, e.g. "app:com.google.android.gm".
- Returns:
- the request
- Throws:
IOException
-
list
public AndroidEnterprise.Grouplicenses.List list(String enterpriseId)
throws IOException
Retrieves IDs of all products for which the enterprise has a group license. **Note:** This item
has been deprecated. New integrations cannot use this method and can refer to our new
recommendations.
Create a request for the method "grouplicenses.list".
This request holds the parameters needed by the androidenterprise server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
enterpriseId
- The ID of the enterprise.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy