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