public class SMSSend extends AbstractSendAction<SMSSend,SendStatusResponse>
client, files, params, proxy, RESPONSE_PACKAGE_NAME| Constructor and Description |
|---|
SMSSend()
Deprecated.
use @link SMSSend(String, String)} or @link SMSSend(String[], String) instead
|
SMSSend(String[] to,
String text) |
SMSSend(String to,
String text) |
| Modifier and Type | Method and Description |
|---|---|
protected SendStatusResponse |
createResponse(String data) |
protected String |
endPoint() |
SMSSend |
setDataCoding(String dataCoding)
Set SMS message data coding.
|
SMSSend |
setDateExpire(Calendar cal)
Set expiration date.
|
SMSSend |
setDateExpire(long date)
Set expiration date.
|
SMSSend |
setDateExpire(String date)
Set expiration date.
|
SMSSend |
setDiscountGroup(String $discountGroupName) |
SMSSend |
setFast(boolean fast)
Set higher priority of sending message.
|
SMSSend |
setFlash(boolean flash)
Set SMS message in flash mode.
|
SMSSend |
setNormalize(boolean normalize)
Set normalize SMS text.
|
SMSSend |
setNoUnicode(boolean noUnicode)
Set protection from sending messages containing special characters.
|
SMSSend |
setParam(int i,
String text)
Set personalized parameters to bulk messages.
|
SMSSend |
setParam(int i,
String[] text)
Set personalized parameters to bulk messages.
|
SMSSend |
setSender(String sender)
Set name of the sender.
|
SMSSend |
setSingle(boolean single)
Set protection from send multipart messages.
|
SMSSend |
setText(String text)
Deprecated.
use @link SMSSend(String, String)} or @link SMSSend(String[], String) instead
|
SMSSend |
setTimeRestriction(String timeRestriction)
Set time restriction mode.
|
setCheckIDx, setDateSent, setDateSent, setDateSent, setGroup, setIDx, setIDx, setNotifyUrl, setPartner, setTest, setTo, setToclient, execute, handleError, httpMethod, proxy, setJson@Deprecated public SMSSend()
protected String endPoint()
endPoint in class AbstractAction<SendStatusResponse>@Deprecated public SMSSend setText(String text)
public SMSSend setDateExpire(String date)
public SMSSend setDateExpire(long date)
public SMSSend setDateExpire(Calendar cal)
public SMSSend setSender(String sender)
public SMSSend setSingle(boolean single)
public SMSSend setNoUnicode(boolean noUnicode)
public SMSSend setDataCoding(String dataCoding)
public SMSSend setFlash(boolean flash)
public SMSSend setFast(boolean fast)
public SMSSend setNormalize(boolean normalize)
public SMSSend setParam(int i, String[] text)
public SMSSend setTimeRestriction(String timeRestriction)
protected SendStatusResponse createResponse(String data)
createResponse in class AbstractAction<SendStatusResponse>Copyright © 2024. All rights reserved.