Uses of Class
org.apache.openmeetings.db.entity.calendar.OmCalendar.SyncType
-
Packages that use OmCalendar.SyncType Package Description org.apache.openmeetings.db.entity.calendar -
-
Uses of OmCalendar.SyncType in org.apache.openmeetings.db.entity.calendar
Methods in org.apache.openmeetings.db.entity.calendar that return OmCalendar.SyncType Modifier and Type Method Description OmCalendar.SyncTypeOmCalendar. getSyncType()static OmCalendar.SyncTypeOmCalendar.SyncType. valueOf(String name)Returns the enum constant of this type with the specified name.static OmCalendar.SyncType[]OmCalendar.SyncType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openmeetings.db.entity.calendar with parameters of type OmCalendar.SyncType Modifier and Type Method Description voidOmCalendar. setSyncType(OmCalendar.SyncType syncType)
-