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