Package com.microsoft.graph.requests
Class DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<InputStream>
com.microsoft.graph.requests.DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<InputStream>
The class for the Device Management Reports Get Setting Non Compliance Report Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this DeviceManagementReportsGetSettingNonComplianceReportDeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, DeviceManagementReportsGetSettingNonComplianceReportParameterSet parameters) The request builder for this DeviceManagementReportsGetSettingNonComplianceReport -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the DeviceManagementReportsGetSettingNonComplianceReportRequestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the DeviceManagementReportsGetSettingNonComplianceReportRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
public DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this DeviceManagementReportsGetSettingNonComplianceReport- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder
public DeviceManagementReportsGetSettingNonComplianceReportRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull DeviceManagementReportsGetSettingNonComplianceReportParameterSet parameters) The request builder for this DeviceManagementReportsGetSettingNonComplianceReport- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestparameters
- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public DeviceManagementReportsGetSettingNonComplianceReportRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the DeviceManagementReportsGetSettingNonComplianceReportRequest- Parameters:
requestOptions
- the options for the request- Returns:
- the DeviceManagementReportsGetSettingNonComplianceReportRequest instance
-
buildRequest
@Nonnull public DeviceManagementReportsGetSettingNonComplianceReportRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the DeviceManagementReportsGetSettingNonComplianceReportRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for the request- Returns:
- the DeviceManagementReportsGetSettingNonComplianceReportRequest instance
-