Uses of Class
com.podio.calendar.ParticipationStatus
-
Packages that use ParticipationStatus Package Description com.podio.calendar -
-
Uses of ParticipationStatus in com.podio.calendar
Methods in com.podio.calendar that return ParticipationStatus Modifier and Type Method Description ParticipationStatusEvent. getStatus()static ParticipationStatusParticipationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ParticipationStatus[]ParticipationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.calendar with parameters of type ParticipationStatus Modifier and Type Method Description voidEvent. setStatus(ParticipationStatus status)
-