Uses of Class
org.silverpeas.mobile.shared.dto.almanach.PresenceStatusDTO
-
Packages that use PresenceStatusDTO Package Description org.silverpeas.mobile.shared.dto.almanach -
-
Uses of PresenceStatusDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return PresenceStatusDTO Modifier and Type Method Description PresenceStatusDTO
CalendarEventAttendeeDTO. getPresenceStatus()
static PresenceStatusDTO
PresenceStatusDTO. valueOf(String name)
Returns the enum constant of this type with the specified name.static PresenceStatusDTO[]
PresenceStatusDTO. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.silverpeas.mobile.shared.dto.almanach with parameters of type PresenceStatusDTO Modifier and Type Method Description void
CalendarEventAttendeeDTO. setPresenceStatus(PresenceStatusDTO presenceStatus)
-