|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap<String,Object> com.ecwid.mailchimp.MailChimpObject com.ecwid.mailchimp.method.v2_0.lists.ListMethodResult
public class ListMethodResult
result of the lists/list operation including valid data and any errors
Nested Class Summary | |
---|---|
static class |
ListMethodResult.Data
structs for the lists which matched the provided filters, including the following |
static class |
ListMethodResult.Error
|
static class |
ListMethodResult.Stats
various stats and counts for the list - many of these are cached for at least 5 minutes |
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 | |
---|---|
List<ListMethodResult.Data> |
data
|
List<ListMethodResult.Error> |
errors
|
Integer |
total
|
Constructor Summary | |
---|---|
ListMethodResult()
|
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 |
---|
@MailChimpObject.Field public Integer total
@MailChimpObject.Field public List<ListMethodResult.Data> data
@MailChimpObject.Field public List<ListMethodResult.Error> errors
Constructor Detail |
---|
public ListMethodResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |