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