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