Class WorkbookFunctionsSinRequestBuilder

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

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

    • WorkbookFunctionsSinRequestBuilder

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

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

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