list
public AndroidEnterprise.Managedconfigurationssettings.List list(String enterpriseId,
String productId)
throws IOException
Lists all the managed configurations settings for the specified app. Only the ID and the name is
set.
Create a request for the method "managedconfigurationssettings.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.
productId
- The ID of the product for which the managed configurations settings applies to.
- Returns:
- the request
- Throws:
IOException