public interface ICalendarGroupCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ICalendarGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICalendarGroupCollectionPage |
get() |
void |
get(ICallback<ICalendarGroupCollectionPage> callback) |
CalendarGroup |
post(CalendarGroup newCalendarGroup) |
void |
post(CalendarGroup newCalendarGroup,
ICallback<CalendarGroup> callback) |
ICalendarGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICalendarGroupCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ICalendarGroupCollectionPage> callback)
ICalendarGroupCollectionPage get() throws ClientException
ClientExceptionvoid post(CalendarGroup newCalendarGroup, ICallback<CalendarGroup> callback)
CalendarGroup post(CalendarGroup newCalendarGroup) throws ClientException
ClientExceptionICalendarGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseICalendarGroupCollectionRequest select(java.lang.String value)
value - the select clauseICalendarGroupCollectionRequest top(int value)
value - the max number of items to return