Class WorkbookFunctionsImRealRequestBuilder

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

public class WorkbookFunctionsImRealRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
The class for the Workbook Functions Im Real Request Builder.
  • Constructor Details

    • WorkbookFunctionsImRealRequestBuilder

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

      public WorkbookFunctionsImRealRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull WorkbookFunctionsImRealParameterSet parameters)
      The request builder for this WorkbookFunctionsImReal
      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 WorkbookFunctionsImRealRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the WorkbookFunctionsImRealRequest
      Parameters:
      requestOptions - the options for the request
      Returns:
      the WorkbookFunctionsImRealRequest instance
    • buildRequest

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