public class CalendarPermissionCollectionRequest extends BaseCollectionRequest<CalendarPermissionCollectionResponse,ICalendarPermissionCollectionPage> implements ICalendarPermissionCollectionRequest
| Constructor and Description |
|---|
CalendarPermissionCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of CalendarPermission
|
| Modifier and Type | Method and Description |
|---|---|
ICalendarPermissionCollectionPage |
buildFromResponse(CalendarPermissionCollectionResponse response) |
ICalendarPermissionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICalendarPermissionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ICalendarPermissionCollectionPage |
get() |
void |
get(ICallback<? super ICalendarPermissionCollectionPage> callback) |
ICalendarPermissionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
CalendarPermission |
post(CalendarPermission newCalendarPermission) |
void |
post(CalendarPermission newCalendarPermission,
ICallback<? super CalendarPermission> callback) |
ICalendarPermissionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICalendarPermissionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ICalendarPermissionCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
ICalendarPermissionCollectionRequest |
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 CalendarPermissionCollectionRequest(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 ICalendarPermissionCollectionPage> callback)
get in interface ICalendarPermissionCollectionRequestpublic ICalendarPermissionCollectionPage get() throws ClientException
get in interface ICalendarPermissionCollectionRequestClientExceptionpublic void post(CalendarPermission newCalendarPermission, ICallback<? super CalendarPermission> callback)
post in interface ICalendarPermissionCollectionRequestpublic CalendarPermission post(CalendarPermission newCalendarPermission) throws ClientException
post in interface ICalendarPermissionCollectionRequestClientExceptionpublic ICalendarPermissionCollectionRequest expand(java.lang.String value)
expand in interface ICalendarPermissionCollectionRequestvalue - the expand clausepublic ICalendarPermissionCollectionRequest filter(java.lang.String value)
filter in interface ICalendarPermissionCollectionRequestvalue - the filter clausepublic ICalendarPermissionCollectionRequest orderBy(java.lang.String value)
orderBy in interface ICalendarPermissionCollectionRequestvalue - the order by clausepublic ICalendarPermissionCollectionRequest select(java.lang.String value)
select in interface ICalendarPermissionCollectionRequestvalue - the select clausepublic ICalendarPermissionCollectionRequest top(int value)
top in interface ICalendarPermissionCollectionRequestvalue - the max number of items to returnpublic ICalendarPermissionCollectionRequest skip(int value)
skip in interface ICalendarPermissionCollectionRequestvalue - of the number of items to skippublic ICalendarPermissionCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ICalendarPermissionCollectionRequestskipToken - - Token for paginationpublic ICalendarPermissionCollectionPage buildFromResponse(CalendarPermissionCollectionResponse response)