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