com.ecwid.mailchimp.method.v1_3.helper
Class AccountContactDetails

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.ecwid.mailchimp.MailChimpObject
          extended by com.ecwid.mailchimp.method.v1_3.helper.AccountContactDetails
All Implemented Interfaces:
Serializable, Map<String,Object>

public class AccountContactDetails
extends MailChimpObject

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

Author:
Matt Farmer
See Also:
Serialized Form

Nested Class Summary
 
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
 String address1
           
 String address2
           
 String city
           
 String company
           
 String country
           
 String email
           
 String fax
           
 String fname
           
 String lname
           
 String phone
           
 String state
           
 String url
           
 String zip
           
 
Constructor Summary
AccountContactDetails()
           
 
Method Summary
 
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

fname

@MailChimpObject.Field
public String fname

lname

@MailChimpObject.Field
public String lname

email

@MailChimpObject.Field
public String email

company

@MailChimpObject.Field
public String company

address1

@MailChimpObject.Field
public String address1

address2

@MailChimpObject.Field
public String address2

city

@MailChimpObject.Field
public String city

state

@MailChimpObject.Field
public String state

zip

@MailChimpObject.Field
public String zip

country

@MailChimpObject.Field
public String country

url

@MailChimpObject.Field
public String url

phone

@MailChimpObject.Field
public String phone

fax

@MailChimpObject.Field
public String fax
Constructor Detail

AccountContactDetails

public AccountContactDetails()


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