Uses of Class
net.troja.eve.esi.model.CharacterRolesResponse
-
Packages that use CharacterRolesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterRolesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CharacterRolesResponse Modifier and Type Method Description CharacterRolesResponseCharacterApi. getCharactersCharacterIdRoles(Integer characterId, String datasource, String ifNoneMatch, String token)Get character corporation roles Returns a character's corporation roles --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_corporation_roles.v1Methods in net.troja.eve.esi.api that return types with arguments of type CharacterRolesResponse Modifier and Type Method Description ApiResponse<CharacterRolesResponse>CharacterApi. getCharactersCharacterIdRolesWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get character corporation roles Returns a character's corporation roles --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_corporation_roles.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterRolesResponse Modifier and Type Method Description okhttp3.CallCharacterApi. getCharactersCharacterIdRolesAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<CharacterRolesResponse> _callback)Get character corporation roles (asynchronously) Returns a character's corporation roles --- This route is cached for up to 3600 seconds SSO Scope: esi-characters.read_corporation_roles.v1 -
Uses of CharacterRolesResponse in net.troja.eve.esi.model
-