public class WorkbookFunctionsGamma_InvRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<WorkbookFunctionResult>
Constructor and Description |
---|
WorkbookFunctionsGamma_InvRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this WorkbookFunctionsGamma_Inv
|
WorkbookFunctionsGamma_InvRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
WorkbookFunctionsGamma_InvParameterSet parameters)
The request builder for this WorkbookFunctionsGamma_Inv
|
Modifier and Type | Method and Description |
---|---|
WorkbookFunctionsGamma_InvRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the WorkbookFunctionsGamma_InvRequest with specific requestOptions instead of the existing requestOptions
|
WorkbookFunctionsGamma_InvRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the WorkbookFunctionsGamma_InvRequest
|
public WorkbookFunctionsGamma_InvRequestBuilder(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic WorkbookFunctionsGamma_InvRequestBuilder(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull WorkbookFunctionsGamma_InvParameterSet parameters)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestparameters
- the parameters for the service method@Nonnull public WorkbookFunctionsGamma_InvRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for the request@Nonnull public WorkbookFunctionsGamma_InvRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for the request