Uses of Class
org.springframework.social.google.api.calendar.PermissionRole
-
Packages that use PermissionRole 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 PermissionRole in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return PermissionRole Modifier and Type Method Description PermissionRoleCalendar. getAccessRole()The effective access role that the authenticated user has on this calendar.static PermissionRolePermissionRole. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionRole[]PermissionRole. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.social.google.api.calendar with parameters of type PermissionRole Modifier and Type Method Description CalendarListQueryBuilderCalendarListQueryBuilder. minAccessRole(PermissionRole minAccessRole)The minimum access role for the user in the returned entries. -
Uses of PermissionRole in org.springframework.social.google.api.calendar.impl
Methods in org.springframework.social.google.api.calendar.impl with parameters of type PermissionRole Modifier and Type Method Description CalendarListQueryBuilderCalendarListQueryBuilderImpl. minAccessRole(PermissionRole minAccessRole)
-