public class TeamsAppInstallationUpgradeRequestBuilder extends BaseActionRequestBuilder implements ITeamsAppInstallationUpgradeRequestBuilder
bodyParams| Constructor and Description |
|---|
TeamsAppInstallationUpgradeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this TeamsAppInstallationUpgrade
|
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppInstallationUpgradeRequest |
buildRequest()
Creates the ITeamsAppInstallationUpgradeRequest
|
ITeamsAppInstallationUpgradeRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ITeamsAppInstallationUpgradeRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TeamsAppInstallationUpgradeRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITeamsAppInstallationUpgradeRequest buildRequest()
buildRequest in interface ITeamsAppInstallationUpgradeRequestBuilderpublic ITeamsAppInstallationUpgradeRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITeamsAppInstallationUpgradeRequestBuilderrequestOptions - the options for the request