Uses of Interface
org.springframework.social.google.api.calendar.CalendarListQueryBuilder
-
Packages that use CalendarListQueryBuilder Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar.org.springframework.social.google.api.calendar.impl -
-
Uses of CalendarListQueryBuilder in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return CalendarListQueryBuilder Modifier and Type Method Description CalendarListQueryBuilderCalendarOperations. calendarListQuery()Create a builder pattern object for refining a query that lists the calendars that are accessible to the authenticated user.CalendarListQueryBuilderCalendarListQueryBuilder. minAccessRole(PermissionRole minAccessRole)The minimum access role for the user in the returned entries.CalendarListQueryBuilderCalendarListQueryBuilder. showDeleted(boolean showDeleted)Whether to include deleted calendar list entries in the result.CalendarListQueryBuilderCalendarListQueryBuilder. showHidden(boolean showHidden)Whether to show hidden entries. -
Uses of CalendarListQueryBuilder in org.springframework.social.google.api.calendar.impl
Classes in org.springframework.social.google.api.calendar.impl that implement CalendarListQueryBuilder Modifier and Type Class Description classCalendarListQueryBuilderImplCalendarListQueryBuilderimplementation.Methods in org.springframework.social.google.api.calendar.impl that return CalendarListQueryBuilder Modifier and Type Method Description CalendarListQueryBuilderCalendarTemplate. calendarListQuery()CalendarListQueryBuilderCalendarListQueryBuilderImpl. minAccessRole(PermissionRole minAccessRole)CalendarListQueryBuilderCalendarListQueryBuilderImpl. showDeleted(boolean showDeleted)CalendarListQueryBuilderCalendarListQueryBuilderImpl. showHidden(boolean showHidden)
-