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