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