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