public interface ICalendarGroupCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ICalendarGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICalendarGroupCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ICalendarGroupCollectionPage |
get() |
void |
get(ICallback<? super ICalendarGroupCollectionPage> callback) |
ICalendarGroupCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
CalendarGroup |
post(CalendarGroup newCalendarGroup) |
void |
post(CalendarGroup newCalendarGroup,
ICallback<? super CalendarGroup> callback) |
ICalendarGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICalendarGroupCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ICalendarGroupCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ICalendarGroupCollectionRequest |
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 ICalendarGroupCollectionPage> callback)
ICalendarGroupCollectionPage get() throws ClientException
ClientExceptionvoid post(CalendarGroup newCalendarGroup, ICallback<? super CalendarGroup> callback)
CalendarGroup post(CalendarGroup newCalendarGroup) throws ClientException
ClientExceptionICalendarGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseICalendarGroupCollectionRequest filter(java.lang.String value)
value - the filter clauseICalendarGroupCollectionRequest orderBy(java.lang.String value)
value - the order by clauseICalendarGroupCollectionRequest select(java.lang.String value)
value - the select clauseICalendarGroupCollectionRequest top(int value)
value - the max number of items to returnICalendarGroupCollectionRequest skip(int value)
value - of the number of items to skipICalendarGroupCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination