Uses of Enum
io.sendon.sms.request.Repeat.RepeatUnit
Packages that use Repeat.RepeatUnit
-
Uses of Repeat.RepeatUnit in io.sendon.sms.request
Fields in io.sendon.sms.request declared as Repeat.RepeatUnitMethods in io.sendon.sms.request that return Repeat.RepeatUnitModifier and TypeMethodDescriptionstatic Repeat.RepeatUnitReturns the enum constant of this type with the specified name.static Repeat.RepeatUnit[]Repeat.RepeatUnit.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sendon.sms.request with parameters of type Repeat.RepeatUnitModifier and TypeMethodDescriptionRepeat.setUnit(Repeat.RepeatUnit unit) Sets the unit of time for the interval.Constructors in io.sendon.sms.request with parameters of type Repeat.RepeatUnitModifierConstructorDescriptionRepeat(int messageCount, Repeat.RepeatUnit unit, int interval, boolean denyNightTime) Constructs aRepeatinstance with the specified parameters.