Uses of Class
io.sendon.sms.request.SmsBuilder
Packages that use SmsBuilder
-
Uses of SmsBuilder in io.sendon.sms
Methods in io.sendon.sms with parameters of type SmsBuilderModifier and TypeMethodDescriptionSendonSms.sendSms(SmsBuilder builder) Sends an SMS message using a builder. -
Uses of SmsBuilder in io.sendon.sms.request
Methods in io.sendon.sms.request that return SmsBuilderModifier and TypeMethodDescriptionSets the sender's phone number.SmsBuilder.setIsAd(boolean isAd) Sets whether the message is an advertisement.SmsBuilder.setMessage(String message) Sets the message content.SmsBuilder.setReservation(Reservation reservation) Sets the reservation details for scheduling.Sets the list of recipients.