public class TeamsAppInstallationCollectionRequestBuilder extends BaseRequestBuilder implements ITeamsAppInstallationCollectionRequestBuilder
| Constructor and Description |
|---|
TeamsAppInstallationCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Team
|
| Modifier and Type | Method and Description |
|---|---|
ITeamsAppInstallationCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
ITeamsAppInstallationCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
ITeamsAppInstallationRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TeamsAppInstallationCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITeamsAppInstallationCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface ITeamsAppInstallationCollectionRequestBuilderrequestOptions - the options for this requestpublic ITeamsAppInstallationCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITeamsAppInstallationCollectionRequestBuilderrequestOptions - the options for this requestpublic ITeamsAppInstallationRequestBuilder byId(java.lang.String id)
byId in interface ITeamsAppInstallationCollectionRequestBuilder