list
public AndroidEnterprise.Grouplicenseusers.List list(String enterpriseId,
String groupLicenseId)
throws IOException
Retrieves the IDs of the users who have been granted entitlements under the license.
Create a request for the method "grouplicenseusers.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.
groupLicenseId
- The ID of the product the group license is for, e.g. "app:com.google.android.gm".
- Returns:
- the request
- Throws:
IOException