public class WorkbookCommentReplyRequest extends com.microsoft.graph.http.BaseRequest<WorkbookCommentReply>
| Constructor and Description |
|---|
WorkbookCommentReplyRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for the WorkbookCommentReply
|
| Modifier and Type | Method and Description |
|---|---|
WorkbookCommentReply |
delete()
Delete this item from the service
|
java.util.concurrent.CompletableFuture<WorkbookCommentReply> |
deleteAsync()
Delete this item from the service
|
WorkbookCommentReplyRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookCommentReply |
get()
Gets the WorkbookCommentReply from the service
|
java.util.concurrent.CompletableFuture<WorkbookCommentReply> |
getAsync()
Gets the WorkbookCommentReply from the service
|
WorkbookCommentReply |
patch(WorkbookCommentReply sourceWorkbookCommentReply)
Patches this WorkbookCommentReply with a source
|
java.util.concurrent.CompletableFuture<WorkbookCommentReply> |
patchAsync(WorkbookCommentReply sourceWorkbookCommentReply)
Patches this WorkbookCommentReply with a source
|
WorkbookCommentReply |
post(WorkbookCommentReply newWorkbookCommentReply)
Creates a WorkbookCommentReply with a new object
|
java.util.concurrent.CompletableFuture<WorkbookCommentReply> |
postAsync(WorkbookCommentReply newWorkbookCommentReply)
Creates a WorkbookCommentReply with a new object
|
WorkbookCommentReply |
put(WorkbookCommentReply newWorkbookCommentReply)
Creates a WorkbookCommentReply with a new object
|
java.util.concurrent.CompletableFuture<WorkbookCommentReply> |
putAsync(WorkbookCommentReply newWorkbookCommentReply)
Creates a WorkbookCommentReply with a new object
|
WorkbookCommentReplyRequest |
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, withHttpMethodpublic WorkbookCommentReplyRequest(@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<WorkbookCommentReply> getAsync()
@Nullable public WorkbookCommentReply get() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<WorkbookCommentReply> deleteAsync()
@Nullable public WorkbookCommentReply delete() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException - if there was an exception during the delete operation@Nonnull public java.util.concurrent.CompletableFuture<WorkbookCommentReply> patchAsync(@Nonnull WorkbookCommentReply sourceWorkbookCommentReply)
sourceWorkbookCommentReply - the source object with updates@Nullable public WorkbookCommentReply patch(@Nonnull WorkbookCommentReply sourceWorkbookCommentReply) throws com.microsoft.graph.core.ClientException
sourceWorkbookCommentReply - the source object with updatescom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<WorkbookCommentReply> postAsync(@Nonnull WorkbookCommentReply newWorkbookCommentReply)
newWorkbookCommentReply - the new object to create@Nullable public WorkbookCommentReply post(@Nonnull WorkbookCommentReply newWorkbookCommentReply) throws com.microsoft.graph.core.ClientException
newWorkbookCommentReply - the new object to createcom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public java.util.concurrent.CompletableFuture<WorkbookCommentReply> putAsync(@Nonnull WorkbookCommentReply newWorkbookCommentReply)
newWorkbookCommentReply - the object to create/update@Nullable public WorkbookCommentReply put(@Nonnull WorkbookCommentReply newWorkbookCommentReply) throws com.microsoft.graph.core.ClientException
newWorkbookCommentReply - the object to create/updatecom.microsoft.graph.core.ClientException - this exception occurs if the request was unable to complete for any reason@Nonnull public WorkbookCommentReplyRequest select(@Nonnull java.lang.String value)
value - the select clause@Nonnull public WorkbookCommentReplyRequest expand(@Nonnull java.lang.String value)
value - the expand clause