Package com.microsoft.graph.requests
Class WorkbookFunctionsAccrIntMRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
com.microsoft.graph.requests.WorkbookFunctionsAccrIntMRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class WorkbookFunctionsAccrIntMRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
The class for the Workbook Functions Accr Int MRequest Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookFunctionsAccrIntMRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this WorkbookFunctionsAccrIntMWorkbookFunctionsAccrIntMRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, WorkbookFunctionsAccrIntMParameterSet parameters) The request builder for this WorkbookFunctionsAccrIntM -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the WorkbookFunctionsAccrIntMRequestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the WorkbookFunctionsAccrIntMRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
WorkbookFunctionsAccrIntMRequestBuilder
public WorkbookFunctionsAccrIntMRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this WorkbookFunctionsAccrIntM- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
WorkbookFunctionsAccrIntMRequestBuilder
public WorkbookFunctionsAccrIntMRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull WorkbookFunctionsAccrIntMParameterSet parameters) The request builder for this WorkbookFunctionsAccrIntM- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestparameters
- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public WorkbookFunctionsAccrIntMRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the WorkbookFunctionsAccrIntMRequest- Parameters:
requestOptions
- the options for the request- Returns:
- the WorkbookFunctionsAccrIntMRequest instance
-
buildRequest
@Nonnull public WorkbookFunctionsAccrIntMRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the WorkbookFunctionsAccrIntMRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for the request- Returns:
- the WorkbookFunctionsAccrIntMRequest instance
-