Uses of Class
io.sendon.sms.response.SendSms
-
Packages that use SendSms Package Description io.sendon.sms -
-
Uses of SendSms in io.sendon.sms
Methods in io.sendon.sms that return SendSms Modifier and Type Method Description SendSmsSendonSms. sendSms(String from, List<String> to, String message, boolean isAd, SendonSms.Reservation reservation)SendSmsSendonSms. sendSmsWithName(String from, List<SendonSms.ToWithName> to, String message, boolean isAd, SendonSms.Reservation reservation)SendSmsSendonSms. sendSmWithBucket(String from, List<SendonSms.ToWithBucket> to, String message, SendonSms.Reservation reservation)
-