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