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