public class MaileonAccountService extends AbstractMaileonService
AbstractMaileonService.QueryParameters
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SERVICE |
MAILEON_XML_TYPE
Constructor and Description |
---|
MaileonAccountService(MaileonConfiguration config)
Constructs a
MaileonMailingsService . |
Modifier and Type | Method and Description |
---|---|
void |
deleteAccountPlaceholder(java.lang.String name)
Delete account placeholder with requested
name |
AccountPlaceholders |
getAccountPlaceholders()
Get list of all account placeholders.
|
void |
setAccountPlaceholders(AccountPlaceholders accountPlaceholders)
Sets the list of account placeholders.
|
void |
updateAccountPlaceholders(AccountPlaceholders accountPlaceholders)
Update account placeholders.
|
delete, delete, delete, encodePath, get, get, get, isCompressionEnabled, isDebug, isRequestCompressionEnabled, post, post, post, put, put, put, setCompressionEnabled, setDebug, setRequestCompressionEnabled
public static final java.lang.String SERVICE
public MaileonAccountService(MaileonConfiguration config)
MaileonMailingsService
.config
- Maileon API-Configuration.public AccountPlaceholders getAccountPlaceholders() throws MaileonException
MaileonException
public void setAccountPlaceholders(AccountPlaceholders accountPlaceholders) throws MaileonException
accountPlaceholders
- account placeholders to setMaileonException
public void updateAccountPlaceholders(AccountPlaceholders accountPlaceholders) throws MaileonException
accountPlaceholders
- account placeholders to add/updateMaileonException
public void deleteAccountPlaceholder(java.lang.String name) throws MaileonException
name
name
- The name of the account placeholder to deleteMaileonException
Copyright © 2018. All Rights Reserved.