Uses of Class
io.sendon.sms.request.Reservation
Packages that use Reservation
-
Uses of Reservation in io.sendon.sms
Methods in io.sendon.sms with parameters of type ReservationModifier and TypeMethodDescriptionSendonSms.sendLms(String from, List<? extends Object> to, String title, String message, boolean isAd, Reservation reservation) Sends an LMS message.SendonSms.sendMms(String from, List<? extends Object> to, String title, String message, boolean isAd, Reservation reservation, List<String> images) Sends an MMS message.SendonSms.sendSms(String from, List<? extends Object> to, String message, boolean isAd, Reservation reservation) Sends an SMS message. -
Uses of Reservation in io.sendon.sms.request
Fields in io.sendon.sms.request declared as ReservationModifier and TypeFieldDescriptionLmsBuilder.reservationMmsBuilder.reservationSmsBuilder.reservationMethods in io.sendon.sms.request that return ReservationModifier and TypeMethodDescriptionSets the repeat configuration for the reservation.Methods in io.sendon.sms.request with parameters of type ReservationModifier and TypeMethodDescriptionLmsBuilder.setReservation(Reservation reservation) Sets the reservation details for scheduling.MmsBuilder.setReservation(Reservation reservation) Sets the reservation details for scheduling.SmsBuilder.setReservation(Reservation reservation) Sets the reservation details for scheduling.