public interface IRoomRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IRoomRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IRoomRequest |
buildRequest(Option... requestOptions)
Creates the request
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIRoomRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIRoomRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this request