public interface IReportRootManagedDeviceEnrollmentTopFailuresRequest
| Modifier and Type | Method and Description |
|---|---|
IReportRootManagedDeviceEnrollmentTopFailuresRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Report |
get()
Gets the Report
|
void |
get(ICallback<Report> callback)
Gets the Report
|
IReportRootManagedDeviceEnrollmentTopFailuresRequest |
select(java.lang.String value)
Sets the select clause for the request
|
void get(ICallback<Report> callback)
callback - the callback to be called after success or failureReport get() throws ClientException
ClientException - an exception occurs if there was an error while the request was sentIReportRootManagedDeviceEnrollmentTopFailuresRequest select(java.lang.String value)
value - the select clauseIReportRootManagedDeviceEnrollmentTopFailuresRequest expand(java.lang.String value)
value - the expand clause