public class SearchResponse extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AGENT |
static String |
SERIALIZED_NAME_ALLIANCE |
static String |
SERIALIZED_NAME_CHARACTER |
static String |
SERIALIZED_NAME_CONSTELLATION |
static String |
SERIALIZED_NAME_CORPORATION |
static String |
SERIALIZED_NAME_FACTION |
static String |
SERIALIZED_NAME_INVENTORY_TYPE |
static String |
SERIALIZED_NAME_REGION |
static String |
SERIALIZED_NAME_SOLAR_SYSTEM |
static String |
SERIALIZED_NAME_STATION |
| Constructor and Description |
|---|
SearchResponse() |
public static final String SERIALIZED_NAME_AGENT
public static final String SERIALIZED_NAME_CHARACTER
public static final String SERIALIZED_NAME_ALLIANCE
public static final String SERIALIZED_NAME_CONSTELLATION
public static final String SERIALIZED_NAME_CORPORATION
public static final String SERIALIZED_NAME_FACTION
public static final String SERIALIZED_NAME_STATION
public static final String SERIALIZED_NAME_INVENTORY_TYPE
public static final String SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_SOLAR_SYSTEM
public SearchResponse agent(List<Integer> agent)
public SearchResponse addAgentItem(Integer agentItem)
public SearchResponse character(List<Integer> character)
public SearchResponse addCharacterItem(Integer characterItem)
public SearchResponse alliance(List<Integer> alliance)
public SearchResponse addAllianceItem(Integer allianceItem)
public SearchResponse constellation(List<Integer> constellation)
public SearchResponse addConstellationItem(Integer constellationItem)
public SearchResponse corporation(List<Integer> corporation)
public SearchResponse addCorporationItem(Integer corporationItem)
public SearchResponse faction(List<Integer> faction)
public SearchResponse addFactionItem(Integer factionItem)
public SearchResponse station(List<Integer> station)
public SearchResponse addStationItem(Integer stationItem)
public SearchResponse inventoryType(List<Integer> inventoryType)
public SearchResponse addInventoryTypeItem(Integer inventoryTypeItem)
public List<Integer> getInventoryType()
public SearchResponse region(List<Integer> region)
public SearchResponse addRegionItem(Integer regionItem)
public SearchResponse solarSystem(List<Integer> solarSystem)
public SearchResponse addSolarSystemItem(Integer solarSystemItem)
Copyright © 2019. All Rights Reserved.