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