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