public class EmailToSmsController extends BaseController
httpCallBack| Constructor and Description |
|---|
EmailToSmsController() |
| Modifier and Type | Method and Description |
|---|---|
String |
createAllowedAddress(EmailSMSAddress emailSmsAddress)
Create email to sms allowed address
|
void |
createAllowedAddressAsync(EmailSMSAddress emailSmsAddress,
APICallBack<String> callBack)
Create email to sms allowed address
|
String |
getAllowedAddress()
Get list of email to sms allowed addresses
|
void |
getAllowedAddressAsync(APICallBack<String> callBack)
Get list of email to sms allowed addresses
|
static EmailToSmsController |
getInstance()
Singleton pattern implementation
|
getClientInstance, getHttpCallBack, setClientInstance, setHttpCallBack, validateResponsepublic static EmailToSmsController getInstance()
public String createAllowedAddress(EmailSMSAddress emailSmsAddress) throws Throwable
emailSmsAddress - Required parameter: Example:Throwablepublic void createAllowedAddressAsync(EmailSMSAddress emailSmsAddress, APICallBack<String> callBack) throws com.fasterxml.jackson.core.JsonProcessingException
emailSmsAddress - Required parameter: Example:com.fasterxml.jackson.core.JsonProcessingExceptionpublic String getAllowedAddress() throws Throwable
Throwablepublic void getAllowedAddressAsync(APICallBack<String> callBack)
Copyright © 2017. All rights reserved.