com.ecwid.mailchimp.method.v1_3.list
Class ListMergeVarUpdateMethod

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.ecwid.mailchimp.MailChimpObject
          extended by com.ecwid.mailchimp.MailChimpMethod<R>
              extended by com.ecwid.mailchimp.method.v1_3.list.HasListIdMethod<Boolean>
                  extended by com.ecwid.mailchimp.method.v1_3.list.ListMergeVarUpdateMethod
All Implemented Interfaces:
Serializable, Map<String,Object>

@MailChimpMethod.Method(name="listMergeVarUpdate",
                        version=v1_3)
public class ListMergeVarUpdateMethod
extends HasListIdMethod<Boolean>

See http://apidocs.mailchimp.com/api/1.3/listmergevarupdate.func.php

Author:
Vasily Karyaev
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.ecwid.mailchimp.MailChimpMethod
MailChimpMethod.Method
 
Nested classes/interfaces inherited from class com.ecwid.mailchimp.MailChimpObject
MailChimpObject.Field
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
 MergeVarInfo options
           
 String tag
           
 
Fields inherited from class com.ecwid.mailchimp.method.v1_3.list.HasListIdMethod
id
 
Fields inherited from class com.ecwid.mailchimp.MailChimpMethod
apikey
 
Constructor Summary
ListMergeVarUpdateMethod()
           
 
Method Summary
 
Methods inherited from class com.ecwid.mailchimp.MailChimpMethod
getMetaInfo, getResultType
 
Methods inherited from class com.ecwid.mailchimp.MailChimpObject
as, clear, containsKey, entrySet, fromJson, get, getReflectiveMappingTypes, getReflectiveMappingTypes, keySet, put, remove, size, toJson
 
Methods inherited from class java.util.AbstractMap
clone, containsValue, equals, hashCode, isEmpty, putAll, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

tag

@MailChimpObject.Field
public String tag

options

@MailChimpObject.Field
public MergeVarInfo options
Constructor Detail

ListMergeVarUpdateMethod

public ListMergeVarUpdateMethod()


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