public interface IRoomCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IRoomCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IRoomCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IRoomCollectionPage |
get() |
void |
get(ICallback<? super IRoomCollectionPage> callback) |
IRoomCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Room |
post(Room newRoom) |
void |
post(Room newRoom,
ICallback<? super Room> callback) |
IRoomCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IRoomCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IRoomCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IRoomCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IRoomCollectionPage> callback)
IRoomCollectionPage get() throws ClientException
ClientExceptionRoom post(Room newRoom) throws ClientException
ClientExceptionIRoomCollectionRequest expand(java.lang.String value)
value - the expand clauseIRoomCollectionRequest filter(java.lang.String value)
value - the filter clauseIRoomCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIRoomCollectionRequest select(java.lang.String value)
value - the select clauseIRoomCollectionRequest top(int value)
value - the max number of items to returnIRoomCollectionRequest skip(int value)
value - of the number of items to skipIRoomCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination