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