| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
PostLetterController.calculatePrice(PostLetter postLetter)
Calculate post letter price
|
void |
PostLetterController.calculatePriceAsync(PostLetter postLetter,
APICallBack<String> callBack)
Calculate post letter price
|
String |
PostLetterController.sendPostLetter(PostLetter postLetter)
Send post letter
|
void |
PostLetterController.sendPostLetterAsync(PostLetter postLetter,
APICallBack<String> callBack)
Send post letter
|
| Modifier and Type | Method and Description |
|---|---|
PostLetter |
PostLetterBuilder.build()
Build the instance with the given values
|
Copyright © 2017. All rights reserved.