| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
SmsCampaignController.calculatePrice(SmsCampaign campaign)
Calculate price for sms campaign
|
void |
SmsCampaignController.calculatePriceAsync(SmsCampaign campaign,
APICallBack<String> callBack)
Calculate price for sms campaign
|
String |
SmsCampaignController.createSmsCampaign(SmsCampaign campaign)
Create sms campaign
|
void |
SmsCampaignController.createSmsCampaignAsync(SmsCampaign campaign,
APICallBack<String> callBack)
Create sms campaign
|
String |
SmsCampaignController.updateSmsCampaign(int smsCampaignId,
SmsCampaign campaign)
Update sms campaign
|
void |
SmsCampaignController.updateSmsCampaignAsync(int smsCampaignId,
SmsCampaign campaign,
APICallBack<String> callBack)
Update sms campaign
|
| Modifier and Type | Method and Description |
|---|---|
SmsCampaign |
SmsCampaignBuilder.build()
Build the instance with the given values
|
SmsCampaign |
SmsCampaignList.getSmsCampaigns()
GETTER
TODO: Write general description for this method
|
| Modifier and Type | Method and Description |
|---|---|
void |
SmsCampaignList.setSmsCampaigns(SmsCampaign value)
SETTER
TODO: Write general description for this method
|
SmsCampaignListBuilder |
SmsCampaignListBuilder.smsCampaigns(SmsCampaign smsCampaigns) |
Copyright © 2017. All rights reserved.