Package io.sendon.sms.request
Class Reservation
java.lang.Object
io.sendon.sms.request.Reservation
Represents the reservation details for scheduling a message.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReservation(String datetime) Constructs aReservationinstance with the specified datetime. -
Method Summary
Modifier and TypeMethodDescriptionSets the repeat configuration for the reservation.
-
Field Details
-
datetime
-
repeat
-
-
Constructor Details
-
Reservation
Constructs aReservationinstance with the specified datetime.- Parameters:
datetime- The datetime for the reservation.
-
-
Method Details
-
setRepeat
Sets the repeat configuration for the reservation.- Parameters:
repeat- The repeat configuration.- Returns:
- The current instance of
Reservation.
-