public interface ICalendarPermissionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
ICalendarPermissionCollectionRequest |
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 ICalendarPermissionCollectionPage> callback)
ICalendarPermissionCollectionPage get() throws ClientException
ClientExceptionvoid post(CalendarPermission newCalendarPermission, ICallback<? super CalendarPermission> callback)
CalendarPermission post(CalendarPermission newCalendarPermission) throws ClientException
ClientExceptionICalendarPermissionCollectionRequest expand(java.lang.String value)
value - the expand clauseICalendarPermissionCollectionRequest filter(java.lang.String value)
value - the filter clauseICalendarPermissionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseICalendarPermissionCollectionRequest select(java.lang.String value)
value - the select clauseICalendarPermissionCollectionRequest top(int value)
value - the max number of items to returnICalendarPermissionCollectionRequest skip(int value)
value - of the number of items to skipICalendarPermissionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination