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