| Package | Description |
|---|---|
| pl.smsapi.api | |
| pl.smsapi.api.action.vms |
| Modifier and Type | Method and Description |
|---|---|
VMSSend |
VmsFactory.actionSend()
Deprecated.
use @link #actionSend(String, String)} or @link #actionSend(String[], String)}
or @link #actionSend(String, File)} or @link #actionSend(String[], File) instead
|
VMSSend |
VmsFactory.actionSend(String[] to,
File file) |
VMSSend |
VmsFactory.actionSend(String[] to,
String tts) |
VMSSend |
VmsFactory.actionSend(String to,
File file) |
VMSSend |
VmsFactory.actionSend(String to,
String tts) |
| Modifier and Type | Method and Description |
|---|---|
VMSSend |
VMSSend.setFile(File file)
Deprecated.
use @link VMSSend(String, File)} or @link VMSSend(String[], File) instead
|
VMSSend |
VMSSend.setFile(InputStream inputStream)
Deprecated.
use @link VMSSend(String[], InputStream) instead
|
VMSSend |
VMSSend.setFile(String pathFile)
Deprecated.
use @link VMSSend(String, File)} or @link VMSSend(String[], File) instead
|
VMSSend |
VMSSend.setFrom(String from)
Set called number.
|
VMSSend |
VMSSend.setInterval(Integer interval)
Set the time in seconds where the connection have to be repeated in the case of not answer by receiver or reject this connection.
|
VMSSend |
VMSSend.setSkipGsm(boolean skipGsm)
Set flag to not send messages on cell phone numbers.
|
VMSSend |
VMSSend.setTts(String tts)
Deprecated.
use @link VMSSend(String, String)} or @link VMSSend(String[], String) instead
|
VMSSend |
VMSSend.setTtsLector(VMSSend.Lector lector)
Set lector name.
|
Copyright © 2024. All rights reserved.