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 TimeUnitDTOCalendarEventRecurrenceDTO.FrequencyDTO. getTimeUnit()static TimeUnitDTOTimeUnitDTO. 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 voidCalendarEventRecurrenceDTO.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 TimeUnitDTOReminderDTO. getTimeUnit()Methods in org.silverpeas.mobile.shared.dto.reminder with parameters of type TimeUnitDTO Modifier and Type Method Description voidReminderDTO. setTimeUnit(TimeUnitDTO timeUnit)
-