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