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