|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| MailChimpClient | MailChimp API wrapper. |
| MailChimpMethod<R> | Abstract class representing MailChimp API calls. |
| MailChimpObject | Base class for all objects wrapping MailChimp API calls. |
| Enum Summary | |
|---|---|
| MailChimpAPIVersion | Specifies the API version being used. |
| Exception Summary | |
|---|---|
| MailChimpException | Indicates MailChimp API errors. |
| Annotation Types Summary | |
|---|---|
| MailChimpMethod.Method | This annotation marks subclasses of MailChimpMethod to specify the corresponding API method meta-info. |
| MailChimpObject.Field | Marks fields to be serialized/deserialed to/from JSON. |
Provides the classes necessary to access MailChimp API.
Just create an instance of MailChimpClient
and call its MailChimpClient.execute(java.lang.String, java.lang.String, com.ecwid.mailchimp.MailChimpAPIVersion) method.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||