public class CalendarGroupCollectionRequest extends BaseCollectionRequest<CalendarGroupCollectionResponse,ICalendarGroupCollectionPage> implements ICalendarGroupCollectionRequest
| Constructor and Description |
|---|
CalendarGroupCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of CalendarGroup
|
| Modifier and Type | Method and Description |
|---|---|
ICalendarGroupCollectionPage |
buildFromResponse(CalendarGroupCollectionResponse response) |
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)
Add Skip token for pagination
|
ICalendarGroupCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic CalendarGroupCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ICalendarGroupCollectionPage> callback)
get in interface ICalendarGroupCollectionRequestpublic ICalendarGroupCollectionPage get() throws ClientException
get in interface ICalendarGroupCollectionRequestClientExceptionpublic void post(CalendarGroup newCalendarGroup, ICallback<? super CalendarGroup> callback)
post in interface ICalendarGroupCollectionRequestpublic CalendarGroup post(CalendarGroup newCalendarGroup) throws ClientException
post in interface ICalendarGroupCollectionRequestClientExceptionpublic ICalendarGroupCollectionRequest expand(java.lang.String value)
expand in interface ICalendarGroupCollectionRequestvalue - the expand clausepublic ICalendarGroupCollectionRequest filter(java.lang.String value)
filter in interface ICalendarGroupCollectionRequestvalue - the filter clausepublic ICalendarGroupCollectionRequest orderBy(java.lang.String value)
orderBy in interface ICalendarGroupCollectionRequestvalue - the order by clausepublic ICalendarGroupCollectionRequest select(java.lang.String value)
select in interface ICalendarGroupCollectionRequestvalue - the select clausepublic ICalendarGroupCollectionRequest top(int value)
top in interface ICalendarGroupCollectionRequestvalue - the max number of items to returnpublic ICalendarGroupCollectionRequest skip(int value)
skip in interface ICalendarGroupCollectionRequestvalue - of the number of items to skippublic ICalendarGroupCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ICalendarGroupCollectionRequestskipToken - - Token for paginationpublic ICalendarGroupCollectionPage buildFromResponse(CalendarGroupCollectionResponse response)