public class TeamsAppInstallationUpgradeRequest
extends com.microsoft.graph.http.BaseRequest<java.lang.Void>
Constructor and Description |
---|
TeamsAppInstallationUpgradeRequest(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request for this TeamsAppInstallationUpgrade
|
Modifier and Type | Method and Description |
---|---|
void |
post()
Creates the TeamsAppInstallationUpgrade
|
java.util.concurrent.CompletableFuture<java.lang.Void> |
postAsync()
Creates the TeamsAppInstallationUpgrade
|
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 TeamsAppInstallationUpgradeRequest(@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<java.lang.Void> postAsync()
public void post() throws com.microsoft.graph.core.ClientException
com.microsoft.graph.core.ClientException
- an exception occurs if there was an error while the request was sent