Package net.troja.eve.esi.model
Class CharacterSearchResponse
- java.lang.Object
-
- net.troja.eve.esi.model.CharacterSearchResponse
-
- All Implemented Interfaces:
Serializable
public class CharacterSearchResponse extends Object implements Serializable
200 ok object- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AGENTstatic StringSERIALIZED_NAME_ALLIANCEstatic StringSERIALIZED_NAME_CHARACTERstatic StringSERIALIZED_NAME_CONSTELLATIONstatic StringSERIALIZED_NAME_CORPORATIONstatic StringSERIALIZED_NAME_FACTIONstatic StringSERIALIZED_NAME_INVENTORY_TYPEstatic StringSERIALIZED_NAME_REGIONstatic StringSERIALIZED_NAME_SOLAR_SYSTEMstatic StringSERIALIZED_NAME_STATIONstatic StringSERIALIZED_NAME_STRUCTURE
-
Constructor Summary
Constructors Constructor Description CharacterSearchResponse()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_AGENT
public static final String SERIALIZED_NAME_AGENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALLIANCE
public static final String SERIALIZED_NAME_ALLIANCE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CHARACTER
public static final String SERIALIZED_NAME_CHARACTER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONSTELLATION
public static final String SERIALIZED_NAME_CONSTELLATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CORPORATION
public static final String SERIALIZED_NAME_CORPORATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FACTION
public static final String SERIALIZED_NAME_FACTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INVENTORY_TYPE
public static final String SERIALIZED_NAME_INVENTORY_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REGION
public static final String SERIALIZED_NAME_REGION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SOLAR_SYSTEM
public static final String SERIALIZED_NAME_SOLAR_SYSTEM
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATION
public static final String SERIALIZED_NAME_STATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STRUCTURE
public static final String SERIALIZED_NAME_STRUCTURE
- See Also:
- Constant Field Values
-
-
Method Detail
-
agent
public CharacterSearchResponse agent(List<Integer> agent)
-
addAgentItem
public CharacterSearchResponse addAgentItem(Integer agentItem)
-
alliance
public CharacterSearchResponse alliance(List<Integer> alliance)
-
addAllianceItem
public CharacterSearchResponse addAllianceItem(Integer allianceItem)
-
character
public CharacterSearchResponse character(List<Integer> character)
-
addCharacterItem
public CharacterSearchResponse addCharacterItem(Integer characterItem)
-
constellation
public CharacterSearchResponse constellation(List<Integer> constellation)
-
addConstellationItem
public CharacterSearchResponse addConstellationItem(Integer constellationItem)
-
getConstellation
@Nullable public List<Integer> getConstellation()
constellation array- Returns:
- constellation
-
corporation
public CharacterSearchResponse corporation(List<Integer> corporation)
-
addCorporationItem
public CharacterSearchResponse addCorporationItem(Integer corporationItem)
-
getCorporation
@Nullable public List<Integer> getCorporation()
corporation array- Returns:
- corporation
-
faction
public CharacterSearchResponse faction(List<Integer> faction)
-
addFactionItem
public CharacterSearchResponse addFactionItem(Integer factionItem)
-
inventoryType
public CharacterSearchResponse inventoryType(List<Integer> inventoryType)
-
addInventoryTypeItem
public CharacterSearchResponse addInventoryTypeItem(Integer inventoryTypeItem)
-
getInventoryType
@Nullable public List<Integer> getInventoryType()
inventory_type array- Returns:
- inventoryType
-
region
public CharacterSearchResponse region(List<Integer> region)
-
addRegionItem
public CharacterSearchResponse addRegionItem(Integer regionItem)
-
solarSystem
public CharacterSearchResponse solarSystem(List<Integer> solarSystem)
-
addSolarSystemItem
public CharacterSearchResponse addSolarSystemItem(Integer solarSystemItem)
-
getSolarSystem
@Nullable public List<Integer> getSolarSystem()
solar_system array- Returns:
- solarSystem
-
station
public CharacterSearchResponse station(List<Integer> station)
-
addStationItem
public CharacterSearchResponse addStationItem(Integer stationItem)
-
structure
public CharacterSearchResponse structure(List<Long> structure)
-
addStructureItem
public CharacterSearchResponse addStructureItem(Long structureItem)
-
-