Uses of Class
net.troja.eve.esi.model.MailResponse
-
Packages that use MailResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MailResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return MailResponse Modifier and Type Method Description MailResponseMailApi. getCharactersCharacterIdMailMailId(Integer characterId, Integer mailId, String datasource, String ifNoneMatch, String token)Return a mail Return the contents of an EVE mail --- This route is cached for up to 30 seconds SSO Scope: esi-mail.read_mail.v1Methods in net.troja.eve.esi.api that return types with arguments of type MailResponse Modifier and Type Method Description ApiResponse<MailResponse>MailApi. getCharactersCharacterIdMailMailIdWithHttpInfo(Integer characterId, Integer mailId, String datasource, String ifNoneMatch, String token)Return a mail Return the contents of an EVE mail --- This route is cached for up to 30 seconds SSO Scope: esi-mail.read_mail.v1Method parameters in net.troja.eve.esi.api with type arguments of type MailResponse Modifier and Type Method Description okhttp3.CallMailApi. getCharactersCharacterIdMailMailIdAsync(Integer characterId, Integer mailId, String datasource, String ifNoneMatch, String token, ApiCallback<MailResponse> _callback)Return a mail (asynchronously) Return the contents of an EVE mail --- This route is cached for up to 30 seconds SSO Scope: esi-mail.read_mail.v1 -
Uses of MailResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailResponse Modifier and Type Method Description MailResponseMailResponse. addLabelsItem(Integer labelsItem)MailResponseMailResponse. addRecipientsItem(Recipient recipientsItem)MailResponseMailResponse. body(String body)MailResponseMailResponse. from(Integer from)MailResponseMailResponse. labels(List<Integer> labels)MailResponseMailResponse. read(Boolean read)MailResponseMailResponse. recipients(List<Recipient> recipients)MailResponseMailResponse. subject(String subject)MailResponseMailResponse. timestamp(java.time.OffsetDateTime timestamp)
-