Uses of Class
org.silverpeas.mobile.shared.dto.almanach.TimeUnitDTO
-
Packages that use TimeUnitDTO Package Description org.silverpeas.mobile.shared.dto.almanach org.silverpeas.mobile.shared.dto.reminder -
-
Uses of TimeUnitDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return TimeUnitDTO Modifier and Type Method Description TimeUnitDTO
CalendarEventRecurrenceDTO.FrequencyDTO. getTimeUnit()
static TimeUnitDTO
TimeUnitDTO. valueOf(String name)
Returns the enum constant of this type with the specified name.static TimeUnitDTO[]
TimeUnitDTO. 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 TimeUnitDTO Modifier and Type Method Description void
CalendarEventRecurrenceDTO.FrequencyDTO. setTimeUnit(TimeUnitDTO timeUnit)
-
Uses of TimeUnitDTO in org.silverpeas.mobile.shared.dto.reminder
Methods in org.silverpeas.mobile.shared.dto.reminder that return TimeUnitDTO Modifier and Type Method Description TimeUnitDTO
ReminderDTO. getTimeUnit()
Methods in org.silverpeas.mobile.shared.dto.reminder with parameters of type TimeUnitDTO Modifier and Type Method Description void
ReminderDTO. setTimeUnit(TimeUnitDTO timeUnit)
-