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