public interface IRoomListRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IRoomListRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IRoomListRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IRoomCollectionRequestBuilder |
rooms() |
IRoomRequestBuilder |
rooms(java.lang.String id) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIRoomListRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIRoomListRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIRoomCollectionRequestBuilder rooms()
IRoomRequestBuilder rooms(java.lang.String id)