Uses of Class
org.silverpeas.mobile.shared.dto.almanach.VisibilityLevelDTO
-
Packages that use VisibilityLevelDTO Package Description org.silverpeas.mobile.shared.dto.almanach -
-
Uses of VisibilityLevelDTO in org.silverpeas.mobile.shared.dto.almanach
Methods in org.silverpeas.mobile.shared.dto.almanach that return VisibilityLevelDTO Modifier and Type Method Description VisibilityLevelDTO
CalendarEventDTO. getVisibility()
static VisibilityLevelDTO
VisibilityLevelDTO. valueOf(String name)
Returns the enum constant of this type with the specified name.static VisibilityLevelDTO[]
VisibilityLevelDTO. 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 VisibilityLevelDTO Modifier and Type Method Description void
CalendarEventDTO. setVisibility(VisibilityLevelDTO visibility)
-