Class DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<InputStream>
com.microsoft.graph.requests.DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<InputStream>
The class for the Device Management Reports Get Device Management Intent Per Setting Contributing Profiles Request Builder.
  • Constructor Details

    • DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder

      public DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfiles
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
    • DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder

      public DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesParameterSet parameters)
      The request builder for this DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfiles
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
      parameters - the parameters for the service method
  • Method Details

    • buildRequest

      @Nonnull public DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest
      Parameters:
      requestOptions - the options for the request
      Returns:
      the DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest instance
    • buildRequest

      @Nonnull public DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for the request
      Returns:
      the DeviceManagementReportsGetDeviceManagementIntentPerSettingContributingProfilesRequest instance