com.ecwid.mailchimp
Annotation Type MailChimpMethod.Method


@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

version

public abstract MailChimpAPIVersion version
MailChimp API version to be used to execute the annotated method.


name

public abstract String name
The MailChimp API method name.



Copyright © 2012-2014 Ecwid, Inc. All Rights Reserved.