public class RoomListRequestBuilder extends BaseRequestBuilder implements IRoomListRequestBuilder
| Constructor and Description |
|---|
RoomListRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the RoomList
|
| Modifier and Type | Method and Description |
|---|---|
IRoomListRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IRoomListRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IRoomCollectionRequestBuilder |
rooms() |
IRoomRequestBuilder |
rooms(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic RoomListRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IRoomListRequest buildRequest(Option... requestOptions)
buildRequest in interface IRoomListRequestBuilderrequestOptions - the options for this requestpublic IRoomListRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IRoomListRequestBuilderrequestOptions - the options for this requestpublic IRoomCollectionRequestBuilder rooms()
rooms in interface IRoomListRequestBuilderpublic IRoomRequestBuilder rooms(java.lang.String id)
rooms in interface IRoomListRequestBuilder