public class WorkbookFunctionsConfidence_NormRequest extends com.microsoft.graph.http.BaseRequest<WorkbookFunctionResult>
| Modifier and Type | Field and Description |
|---|---|
WorkbookFunctionsConfidence_NormParameterSet |
body
The body for the method
|
| Constructor and Description |
|---|
WorkbookFunctionsConfidence_NormRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for this WorkbookFunctionsConfidence_Norm
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookFunctionsConfidence_NormRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post()
Invokes the method and returns the result
|
java.util.concurrent.CompletableFuture<WorkbookFunctionResult> |
postAsync()
Invokes the method and returns a future with the result
|
WorkbookFunctionsConfidence_NormRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addCountOption, addExpandOption, addFilterOption, addFunctionOption, addHeader, addOrderByOption, addQueryOption, addSelectOption, addSkipOption, addSkipTokenOption, addTopOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, sendAsync, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod@Nullable public WorkbookFunctionsConfidence_NormParameterSet body
public WorkbookFunctionsConfidence_NormRequest(@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 request@Nonnull public java.util.concurrent.CompletableFuture<WorkbookFunctionResult> postAsync()
@Nullable public WorkbookFunctionResult post() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - an exception occurs if there was an error while the request was sent@Nonnull public WorkbookFunctionsConfidence_NormRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public WorkbookFunctionsConfidence_NormRequest expand(@Nonnull java.lang.String value)
value - the expand clause