| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
FaxController.calculatePrice(FaxMessageCollection faxMessage)
Calculate Total Price for Fax Messages sent
|
void |
FaxController.calculatePriceAsync(FaxMessageCollection faxMessage,
APICallBack<String> callBack)
Calculate Total Price for Fax Messages sent
|
String |
FaxController.sendFax(FaxMessageCollection faxMessage)
Send a fax using supplied supported file-types.
|
void |
FaxController.sendFaxAsync(FaxMessageCollection faxMessage,
APICallBack<String> callBack)
Send a fax using supplied supported file-types.
|
| Modifier and Type | Method and Description |
|---|---|
FaxMessageCollection |
FaxMessageCollectionBuilder.build()
Build the instance with the given values
|
Copyright © 2017. All rights reserved.