| Package | Description |
|---|---|
| ClickSend.Api | |
| ClickSend.Model |
| Modifier and Type | Method and Description |
|---|---|
String |
SubaccountApi.subaccountsBySubaccountIdPut(Integer subaccountId,
Subaccount subaccount)
Update subaccount
Update subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdPutAsync(Integer subaccountId,
Subaccount subaccount,
ApiCallback<String> callback)
Update subaccount (asynchronously)
Update subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsBySubaccountIdPutCall(Integer subaccountId,
Subaccount subaccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsBySubaccountIdPut
|
ApiResponse<String> |
SubaccountApi.subaccountsBySubaccountIdPutWithHttpInfo(Integer subaccountId,
Subaccount subaccount)
Update subaccount
Update subaccount
|
String |
SubaccountApi.subaccountsPost(Subaccount subaccount)
Create new subaccount
Create new subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsPostAsync(Subaccount subaccount,
ApiCallback<String> callback)
Create new subaccount (asynchronously)
Create new subaccount
|
com.squareup.okhttp.Call |
SubaccountApi.subaccountsPostCall(Subaccount subaccount,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for subaccountsPost
|
ApiResponse<String> |
SubaccountApi.subaccountsPostWithHttpInfo(Subaccount subaccount)
Create new subaccount
Create new subaccount
|
| Modifier and Type | Method and Description |
|---|---|
Subaccount |
Subaccount.accessBilling(Integer accessBilling) |
Subaccount |
Subaccount.accessContacts(Integer accessContacts) |
Subaccount |
Subaccount.accessReporting(Integer accessReporting) |
Subaccount |
Subaccount.accessSettings(Integer accessSettings) |
Subaccount |
Subaccount.accessUsers(Integer accessUsers) |
Subaccount |
Subaccount.apiUsername(String apiUsername) |
Subaccount |
Subaccount.email(String email) |
Subaccount |
Subaccount.firstName(String firstName) |
Subaccount |
Subaccount.lastName(String lastName) |
Subaccount |
Subaccount.password(String password) |
Subaccount |
Subaccount.phoneNumber(String phoneNumber) |
Copyright © 2019. All rights reserved.