Class OrganizationSetMobileDeviceManagementAuthorityRequestBuilder

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

public class OrganizationSetMobileDeviceManagementAuthorityRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Integer>
The class for the Organization Set Mobile Device Management Authority Request Builder.
  • Constructor Details

    • OrganizationSetMobileDeviceManagementAuthorityRequestBuilder

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

    • buildRequest

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

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