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