| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
SubAccount |
SubaccountsApi.subaccountsEmailGet(String email)
Retrieve info about one of your subaccounts
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<SubAccount> |
SubaccountsApi.subaccountsEmailGetWithHttpInfo(String email)
Retrieve info about one of your subaccounts
|
List<SubAccount> |
SubaccountsApi.subaccountsGet(Integer limit,
Integer offset)
Lists all of your subaccounts
|
ApiResponse<List<SubAccount>> |
SubaccountsApi.subaccountsGetWithHttpInfo(Integer limit,
Integer offset)
Lists all of your subaccounts
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsEmailGetAsync(String email,
ApiCallback<SubAccount> callback)
Retrieve info about one of your subaccounts (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsGetAsync(Integer limit,
Integer offset,
ApiCallback<List<SubAccount>> callback)
Lists all of your subaccounts (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
SubAccount |
SubAccount.abusePercent(Double abusePercent) |
SubAccount |
SubAccount.apiKey(String apiKey) |
SubAccount |
SubAccount.contactsCount(Integer contactsCount) |
SubAccount |
SubAccount.dailySendLimit(Long dailySendLimit) |
SubAccount |
SubAccount.email(String email) |
SubAccount |
SubAccount.emailCredits(String emailCredits) |
SubAccount |
SubAccount.emailSizeLimit(Integer emailSizeLimit) |
SubAccount |
SubAccount.enablePrivateIPRequest(Boolean enablePrivateIPRequest) |
SubAccount |
SubAccount.failedSpamPercent(Double failedSpamPercent) |
SubAccount |
SubAccount.hasModify2FA(Boolean hasModify2FA) |
SubAccount |
SubAccount.lastActivity(String lastActivity) |
SubAccount |
SubAccount.maxContacts(Integer maxContacts) |
SubAccount |
SubAccount.monthlyRefillCredits(Double monthlyRefillCredits) |
SubAccount |
SubAccount.poolName(String poolName) |
SubAccount |
SubAccount.publicAccountID(String publicAccountID) |
SubAccount |
SubAccount.reputation(Double reputation) |
SubAccount |
SubAccount.requiresEmailCredits(Boolean requiresEmailCredits) |
SubAccount |
SubAccount.sendingPermission(SubAccount.SendingPermissionEnum sendingPermission) |
SubAccount |
SubAccount.status(String status) |
SubAccount |
SubAccount.totalEmailsSent(Long totalEmailsSent) |
SubAccount |
SubAccount.unknownUsersPercent(Double unknownUsersPercent) |
Copyright © 2019. All rights reserved.