public class ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder extends BaseFunctionRequestBuilder implements IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder
functionOptions| Constructor and Description |
|---|
ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this ReportRootManagedDeviceEnrollmentFailureDetails
|
ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer skip,
java.lang.Integer top,
java.lang.String filter,
java.lang.String skipToken)
The request builder for this ReportRootManagedDeviceEnrollmentFailureDetails
|
| Modifier and Type | Method and Description |
|---|---|
IReportRootManagedDeviceEnrollmentFailureDetailsRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IReportRootManagedDeviceEnrollmentFailureDetailsRequest with specific requestOptions instead of the existing requestOptions
|
IReportRootManagedDeviceEnrollmentFailureDetailsRequest |
buildRequest(Option... requestOptions)
Creates the IReportRootManagedDeviceEnrollmentFailureDetailsRequest
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Integer skip,
java.lang.Integer top,
java.lang.String filter,
java.lang.String skipToken)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestskip - the skiptop - the topfilter - the filterskipToken - the skipTokenpublic IReportRootManagedDeviceEnrollmentFailureDetailsRequest buildRequest(Option... requestOptions)
buildRequest in interface IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilderrequestOptions - the options for the requestpublic IReportRootManagedDeviceEnrollmentFailureDetailsRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IReportRootManagedDeviceEnrollmentFailureDetailsRequestBuilderrequestOptions - the options for the request