Uses of Class
io.sendon.model.Repeat
-
Packages that use Repeat Package Description io.sendon.model -
-
Uses of Repeat in io.sendon.model
Methods in io.sendon.model that return Repeat Modifier and Type Method Description RepeatRepeat. denyNightTime(Boolean denyNightTime)static RepeatRepeat. fromJson(String jsonString)Create an instance of Repeat given an JSON stringRepeatReservation. getRepeat()예약 발송 여부RepeatRepeat. interval(BigDecimal interval)RepeatRepeat. limit(BigDecimal limit)RepeatRepeat. unit(RepeatCycle unit)Methods in io.sendon.model that return types with arguments of type Repeat Modifier and Type Method Description List<Repeat>SearchRepeatsResponseDto. getItems()발송 메시지 리스트Methods in io.sendon.model with parameters of type Repeat Modifier and Type Method Description SearchRepeatsResponseDtoSearchRepeatsResponseDto. addItemsItem(Repeat itemsItem)ReservationReservation. repeat(Repeat repeat)voidReservation. setRepeat(Repeat repeat)Method parameters in io.sendon.model with type arguments of type Repeat Modifier and Type Method Description SearchRepeatsResponseDtoSearchRepeatsResponseDto. items(List<Repeat> items)voidSearchRepeatsResponseDto. setItems(List<Repeat> items)
-