Uses of Class
org.springframework.social.google.api.calendar.AttendeeStatus
-
Packages that use AttendeeStatus Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar. -
-
Uses of AttendeeStatus in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return AttendeeStatus Modifier and Type Method Description AttendeeStatusEvent.Attendee. getResponseStatus()The attendee's response status.static AttendeeStatusAttendeeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AttendeeStatus[]AttendeeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-