public class CalendarListQueryBuilderImpl extends ApiQueryBuilderImpl<CalendarListQueryBuilder,CalendarPage> implements CalendarListQueryBuilder
CalendarListQueryBuilder implementation.feedUrl| Constructor and Description |
|---|
CalendarListQueryBuilderImpl(java.lang.String feedUrl,
java.lang.Class<CalendarPage> type,
org.springframework.web.client.RestTemplate restTemplate) |
| Modifier and Type | Method and Description |
|---|---|
CalendarListQueryBuilder |
minAccessRole(PermissionRole minAccessRole)
The minimum access role for the user in the returned entries.
|
CalendarListQueryBuilder |
showDeleted(boolean showDeleted)
Whether to include deleted calendar list entries in the result.
|
CalendarListQueryBuilder |
showHidden(boolean showHidden)
Whether to show hidden entries.
|
fromPage, getPageappendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, appendQueryParam, build, castThis, encode, maxResultsNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromPage, getPagemaxResultsNumberpublic CalendarListQueryBuilderImpl(java.lang.String feedUrl,
java.lang.Class<CalendarPage> type,
org.springframework.web.client.RestTemplate restTemplate)
public CalendarListQueryBuilder showDeleted(boolean showDeleted)
CalendarListQueryBuildershowDeleted in interface CalendarListQueryBuildershowDeleted - whether to include deleted calendar list entries in the result.CalendarListQueryBuilder, for refining the query.public CalendarListQueryBuilder showHidden(boolean showHidden)
CalendarListQueryBuildershowHidden in interface CalendarListQueryBuildershowHidden - whether to show hidden entries.CalendarListQueryBuilder, for refining the query.public CalendarListQueryBuilder minAccessRole(PermissionRole minAccessRole)
CalendarListQueryBuilderminAccessRole in interface CalendarListQueryBuilderminAccessRole - the minimum access role for the user in the returned entries.CalendarListQueryBuilder, for refining the query.