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