Uses of Class
io.sendon.model.RepeatCycle
-
Packages that use RepeatCycle Package Description io.sendon.model -
-
Uses of RepeatCycle in io.sendon.model
Methods in io.sendon.model that return RepeatCycle Modifier and Type Method Description static RepeatCycleRepeatCycle. fromValue(String value)RepeatCycleRepeat. getUnit()Get unitRepeatCycleRepeatCycle.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static RepeatCycleRepeatCycle. valueOf(String name)Returns the enum constant of this type with the specified name.static RepeatCycle[]RepeatCycle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sendon.model with parameters of type RepeatCycle Modifier and Type Method Description voidRepeat. setUnit(RepeatCycle unit)RepeatRepeat. unit(RepeatCycle unit)voidRepeatCycle.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, RepeatCycle enumeration)
-