| Package | Description |
|---|---|
| com.clicksend.controllers | |
| com.clicksend.models |
| Modifier and Type | Method and Description |
|---|---|
String |
PostReturnAddressController.createPostReturnAddress(Address returnAddress)
Create post return address
|
void |
PostReturnAddressController.createPostReturnAddressAsync(Address returnAddress,
APICallBack<String> callBack)
Create post return address
|
String |
PostReturnAddressController.updatePostReturnAddress(int returnAddressId,
Address returnAddress)
Update post return address
|
void |
PostReturnAddressController.updatePostReturnAddressAsync(int returnAddressId,
Address returnAddress,
APICallBack<String> callBack)
Update post return address
|
| Modifier and Type | Class and Description |
|---|---|
class |
PostReturnAddress |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressBuilder.build()
Build the instance with the given values
|
Address |
PostReturnAddress.getAddress()
GETTER
TODO: Write general description for this method
|
| Modifier and Type | Method and Description |
|---|---|
PostReturnAddressBuilder |
PostReturnAddressBuilder.address(Address address) |
void |
PostReturnAddress.setAddress(Address value)
SETTER
TODO: Write general description for this method
|
Copyright © 2017. All rights reserved.