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