|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public static @interface MailChimpMethod.Method
This annotation marks subclasses of MailChimpMethod
to specify the corresponding API method meta-info.
Required Element Summary | |
---|---|
String |
name
The MailChimp API method name. |
MailChimpAPIVersion |
version
MailChimp API version to be used to execute the annotated method. |
Element Detail |
---|
public abstract MailChimpAPIVersion version
public abstract String name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |