public abstract class AbstractSendAction<T,TResponse extends Response> extends AbstractAction<TResponse>
client, files, params, proxy, RESPONSE_PACKAGE_NAME| Constructor and Description |
|---|
AbstractSendAction() |
| Modifier and Type | Method and Description |
|---|---|
T |
setCheckIDx(boolean check)
Set checking idx is unique.
|
T |
setDateSent(Calendar cal)
Set scheduled date sending message.
|
T |
setDateSent(long date)
Set scheduled date sending message.
|
T |
setDateSent(String date)
Set scheduled date sending message.
|
T |
setGroup(String group)
Set name of the group from the phone book to which message should be sent.
|
T |
setIDx(String idx)
Set optional custom value sent with SMS and sent back in CALLBACK.
|
T |
setIDx(String[] idx)
Set optional custom value sent with SMS and sent back in CALLBACK.
|
T |
setNotifyUrl(String url) |
T |
setPartner(String partner)
Set affiliate code.
|
T |
setTest(boolean flag)
Message will not be charged and send if set true (default: false)
|
T |
setTo(String to)
Set mobile phone number of the recipients.
|
T |
setTo(String[] to)
Set mobile phone number of the recipients.
|
client, createResponse, endPoint, execute, handleError, httpMethod, proxy, setJsonpublic T setTest(boolean flag)
public T setGroup(String group)
public T setDateSent(String date)
public T setDateSent(long date)
public T setDateSent(Calendar cal)
public T setIDx(String idx)
public T setIDx(String[] idx)
public T setCheckIDx(boolean check)
Copyright © 2024. All rights reserved.