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