public interface ICalendarCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ICalendarCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICalendarCollectionPage |
get() |
void |
get(ICallback<ICalendarCollectionPage> callback) |
Calendar |
post(Calendar newCalendar) |
void |
post(Calendar newCalendar,
ICallback<Calendar> callback) |
ICalendarCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICalendarCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ICalendarCollectionPage> callback)
ICalendarCollectionPage get() throws ClientException
ClientExceptionCalendar post(Calendar newCalendar) throws ClientException
ClientExceptionICalendarCollectionRequest expand(java.lang.String value)
value - the expand clauseICalendarCollectionRequest select(java.lang.String value)
value - the select clauseICalendarCollectionRequest top(int value)
value - the max number of items to return