public class PostReplyRequest
extends com.microsoft.graph.http.BaseRequest<java.lang.Void>
| Modifier and Type | Field and Description |
|---|---|
PostReplyParameterSet |
body
The body for the method
|
| Constructor and Description |
|---|
PostReplyRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for this PostReply
|
| Modifier and Type | Method and Description |
|---|---|
void |
post()
Creates the PostReply
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
postAsync()
Creates the PostReply
|
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 PostReplyParameterSet body
public PostReplyRequest(@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<java.lang.Void> postAsync()
public void 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