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