public final class ListResponseType extends Object
| Modifier and Type | Field and Description |
|---|---|
static ListResponseType |
LIST |
static ListResponseType |
MAP_ITEMS |
static ListResponseType |
MAP_LIST |
static String |
TYPE_LIST |
static String |
TYPE_MAP |
| Constructor and Description |
|---|
ListResponseType() |
ListResponseType(String type) |
ListResponseType(String type,
String listKey) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ListResponseType |
getDefaultListResponseType() |
String |
getListKey() |
String |
getType() |
int |
hashCode() |
public static final String TYPE_LIST
public static final String TYPE_MAP
public static final ListResponseType LIST
public static final ListResponseType MAP_ITEMS
public static final ListResponseType MAP_LIST
public ListResponseType()
public ListResponseType(String type)
public String getType()
public String getListKey()
public static ListResponseType getDefaultListResponseType()
Copyright © 2013. All rights reserved.