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