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