Uses of Class
net.troja.eve.esi.model.CharacterMailinglistsResponse
-
Packages that use CharacterMailinglistsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterMailinglistsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterMailinglistsResponse Modifier and Type Method Description List<CharacterMailinglistsResponse>MailApi. getCharactersCharacterIdMailLists(Integer characterId, String datasource, String ifNoneMatch, String token)Return mailing list subscriptions Return all mailing lists that the character is subscribed to --- This route is cached for up to 120 seconds SSO Scope: esi-mail.read_mail.v1ApiResponse<List<CharacterMailinglistsResponse>>MailApi. getCharactersCharacterIdMailListsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Return mailing list subscriptions Return all mailing lists that the character is subscribed to --- This route is cached for up to 120 seconds SSO Scope: esi-mail.read_mail.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterMailinglistsResponse Modifier and Type Method Description okhttp3.CallMailApi. getCharactersCharacterIdMailListsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterMailinglistsResponse>> _callback)Return mailing list subscriptions (asynchronously) Return all mailing lists that the character is subscribed to --- This route is cached for up to 120 seconds SSO Scope: esi-mail.read_mail.v1 -
Uses of CharacterMailinglistsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterMailinglistsResponse Modifier and Type Method Description CharacterMailinglistsResponseCharacterMailinglistsResponse. mailingListId(Integer mailingListId)CharacterMailinglistsResponseCharacterMailinglistsResponse. name(String name)
-