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