Uses of Class
net.troja.eve.esi.model.CharacterResponse
-
Packages that use CharacterResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterResponse Modifier and Type Method Description CharacterResponseCharacterApi. getCharactersCharacterId(Integer characterId, String datasource, String ifNoneMatch)Get character's public information Public information about a character --- This route is cached for up to 86400 secondsMethods in net.troja.eve.esi.api that return types with arguments of type CharacterResponse Modifier and Type Method Description ApiResponse<CharacterResponse>CharacterApi. getCharactersCharacterIdWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch)Get character's public information Public information about a character --- This route is cached for up to 86400 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type CharacterResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdAsync(Integer characterId, String datasource, String ifNoneMatch, ApiCallback<CharacterResponse> _callback)Get character's public information (asynchronously) Public information about a character --- This route is cached for up to 86400 seconds -
Uses of CharacterResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterResponse Modifier and Type Method Description CharacterResponseCharacterResponse. allianceId(Integer allianceId)CharacterResponseCharacterResponse. ancestryId(Integer ancestryId)CharacterResponseCharacterResponse. birthday(java.time.OffsetDateTime birthday)CharacterResponseCharacterResponse. bloodlineId(Integer bloodlineId)CharacterResponseCharacterResponse. corporationId(Integer corporationId)CharacterResponseCharacterResponse. description(String description)CharacterResponseCharacterResponse. factionId(Integer factionId)CharacterResponseCharacterResponse. gender(CharacterResponse.GenderEnum genderEnum)CharacterResponseCharacterResponse. genderString(String gender)CharacterResponseCharacterResponse. name(String name)CharacterResponseCharacterResponse. raceId(Integer raceId)CharacterResponseCharacterResponse. securityStatus(Float securityStatus)CharacterResponseCharacterResponse. title(String title)
-