public class ChannelRequestBuilder extends BaseRequestBuilder implements IChannelRequestBuilder
| Constructor and Description |
|---|
ChannelRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Channel
|
| Modifier and Type | Method and Description |
|---|---|
IChannelRequest |
buildRequest()
Creates the request
|
IChannelRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ITeamsTabCollectionRequestBuilder |
tabs() |
ITeamsTabRequestBuilder |
tabs(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ChannelRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IChannelRequest buildRequest()
buildRequest in interface IChannelRequestBuilderpublic IChannelRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IChannelRequestBuilderrequestOptions - the options for this requestpublic ITeamsTabCollectionRequestBuilder tabs()
tabs in interface IChannelRequestBuilderpublic ITeamsTabRequestBuilder tabs(java.lang.String id)
tabs in interface IChannelRequestBuilder