public interface AccountsApi
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
createOrUpdate(String username,
String password,
String companyName,
String phone,
String address,
String city,
String state,
String zipcode,
String country,
String timeZone,
String bounceUrl,
String spamUrl,
String unsubscribeUrl,
String trackOpens,
String trackLinks,
String trackUnsubscribes,
String generateNewApiKey) |
List<Map<String,Object>> |
delete(String username) |
Map<String,Object> |
getXHeaders() |
List<Map<String,Object>> |
list(int startIndex) |
List<Map<String,Object>> |
setXHeaders(String xheader1,
String xheader2,
String xheader3,
String xheader4) |
@Named(value="CreateOrUpdateAccount") Map<String,Object> createOrUpdate(String username, String password, String companyName, String phone, @Nullable String address, @Nullable String city, @Nullable String state, @Nullable String zipcode, @Nullable String country, @Nullable String timeZone, @Nullable String bounceUrl, @Nullable String spamUrl, @Nullable String unsubscribeUrl, @Nullable String trackOpens, @Nullable String trackLinks, @Nullable String trackUnsubscribes, @Nullable String generateNewApiKey)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.