public interface ITimeOffReasonCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITimeOffReasonCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITimeOffReasonCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITimeOffReasonCollectionPage |
get() |
void |
get(ICallback<? super ITimeOffReasonCollectionPage> callback) |
ITimeOffReasonCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TimeOffReason |
post(TimeOffReason newTimeOffReason) |
void |
post(TimeOffReason newTimeOffReason,
ICallback<? super TimeOffReason> callback) |
ITimeOffReasonCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITimeOffReasonCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITimeOffReasonCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITimeOffReasonCollectionRequest |
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 ITimeOffReasonCollectionPage> callback)
ITimeOffReasonCollectionPage get() throws ClientException
ClientExceptionvoid post(TimeOffReason newTimeOffReason, ICallback<? super TimeOffReason> callback)
TimeOffReason post(TimeOffReason newTimeOffReason) throws ClientException
ClientExceptionITimeOffReasonCollectionRequest expand(java.lang.String value)
value - the expand clauseITimeOffReasonCollectionRequest filter(java.lang.String value)
value - the filter clauseITimeOffReasonCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITimeOffReasonCollectionRequest select(java.lang.String value)
value - the select clauseITimeOffReasonCollectionRequest top(int value)
value - the max number of items to returnITimeOffReasonCollectionRequest skip(int value)
value - of the number of items to skipITimeOffReasonCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination