public interface ITimeOffCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITimeOffCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITimeOffCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITimeOffCollectionPage |
get() |
void |
get(ICallback<? super ITimeOffCollectionPage> callback) |
ITimeOffCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TimeOff |
post(TimeOff newTimeOff) |
void |
post(TimeOff newTimeOff,
ICallback<? super TimeOff> callback) |
ITimeOffCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITimeOffCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITimeOffCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITimeOffCollectionRequest |
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 ITimeOffCollectionPage> callback)
ITimeOffCollectionPage get() throws ClientException
ClientExceptionTimeOff post(TimeOff newTimeOff) throws ClientException
ClientExceptionITimeOffCollectionRequest expand(java.lang.String value)
value - the expand clauseITimeOffCollectionRequest filter(java.lang.String value)
value - the filter clauseITimeOffCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITimeOffCollectionRequest select(java.lang.String value)
value - the select clauseITimeOffCollectionRequest top(int value)
value - the max number of items to returnITimeOffCollectionRequest skip(int value)
value - of the number of items to skipITimeOffCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination