| Package | Description |
|---|---|
| ClickSend.Api | |
| ClickSend.Model |
| Modifier and Type | Method and Description |
|---|---|
String |
PostPostcardApi.postPostcardsPricePost(PostPostcard postPostcards)
Calculate price for sending one or more postcards
Calculate price for sending one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsPricePostAsync(PostPostcard postPostcards,
ApiCallback<String> callback)
Calculate price for sending one or more postcards (asynchronously)
Calculate price for sending one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsPricePostCall(PostPostcard postPostcards,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPostcardsPricePost
|
ApiResponse<String> |
PostPostcardApi.postPostcardsPricePostWithHttpInfo(PostPostcard postPostcards)
Calculate price for sending one or more postcards
Calculate price for sending one or more postcards
|
String |
PostPostcardApi.postPostcardsSendPost(PostPostcard postPostcards)
Send one or more postcards
Send one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsSendPostAsync(PostPostcard postPostcards,
ApiCallback<String> callback)
Send one or more postcards (asynchronously)
Send one or more postcards
|
com.squareup.okhttp.Call |
PostPostcardApi.postPostcardsSendPostCall(PostPostcard postPostcards,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for postPostcardsSendPost
|
ApiResponse<String> |
PostPostcardApi.postPostcardsSendPostWithHttpInfo(PostPostcard postPostcards)
Send one or more postcards
Send one or more postcards
|
| Modifier and Type | Method and Description |
|---|---|
PostPostcard |
PostPostcard.addFileUrlsItem(String fileUrlsItem) |
PostPostcard |
PostPostcard.addRecipientsItem(PostRecipient recipientsItem) |
PostPostcard |
PostPostcard.fileUrls(List<String> fileUrls) |
PostPostcard |
PostPostcard.recipients(List<PostRecipient> recipients) |
Copyright © 2019. All rights reserved.