com.ecwid.mailchimp.method.v2_0.lists
Class BatchUnsubscribeMethod
java.lang.Object
java.util.AbstractMap<String,Object>
com.ecwid.mailchimp.MailChimpObject
com.ecwid.mailchimp.MailChimpMethod<R>
com.ecwid.mailchimp.method.v2_0.lists.ListsRelatedMethod<BatchUnsubscribeResult>
com.ecwid.mailchimp.method.v2_0.lists.BatchUnsubscribeMethod
- All Implemented Interfaces:
- Serializable, Map<String,Object>
@MailChimpMethod.Method(name="lists/batch-unsubscribe",
version=v2_0)
public class BatchUnsubscribeMethod
- extends ListsRelatedMethod<BatchUnsubscribeResult>
- Author:
- Vasily Karyaev
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class com.ecwid.mailchimp.MailChimpObject |
as, clear, containsKey, entrySet, fromJson, get, getReflectiveMappingTypes, getReflectiveMappingTypes, keySet, put, remove, size, toJson |
batch
@MailChimpObject.Field
public List<Email> batch
delete_member
@MailChimpObject.Field
public Boolean delete_member
send_goodbye
@MailChimpObject.Field
public Boolean send_goodbye
send_notify
@MailChimpObject.Field
public Boolean send_notify
BatchUnsubscribeMethod
public BatchUnsubscribeMethod()
Copyright © 2012-2014 Ecwid, Inc. All Rights Reserved.