Uses of Class
org.springframework.social.google.api.calendar.EventStatus
-
Packages that use EventStatus Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar. -
-
Uses of EventStatus in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return EventStatus Modifier and Type Method Description EventStatusEvent. getStatus()The status of this event.static EventStatusEventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static EventStatus[]EventStatus. 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 EventStatus Modifier and Type Method Description EventEvent. setStatus(EventStatus status)Sets the status of this event.
-