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