Uses of Class
net.troja.eve.esi.model.MailHeadersResponse
-
Packages that use MailHeadersResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MailHeadersResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type MailHeadersResponse Modifier and Type Method Description List<MailHeadersResponse>MailApi. getCharactersCharacterIdMail(Integer characterId, String datasource, String ifNoneMatch, List<Integer> labels, Integer lastMailId, String token)Return mail headers Return the 50 most recent mail headers belonging to the character that match the query criteria.ApiResponse<List<MailHeadersResponse>>MailApi. getCharactersCharacterIdMailWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, List<Integer> labels, Integer lastMailId, String token)Return mail headers Return the 50 most recent mail headers belonging to the character that match the query criteria.Method parameters in net.troja.eve.esi.api with type arguments of type MailHeadersResponse Modifier and Type Method Description okhttp3.CallMailApi. getCharactersCharacterIdMailAsync(Integer characterId, String datasource, String ifNoneMatch, List<Integer> labels, Integer lastMailId, String token, ApiCallback<List<MailHeadersResponse>> _callback)Return mail headers (asynchronously) Return the 50 most recent mail headers belonging to the character that match the query criteria. -
Uses of MailHeadersResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailHeadersResponse Modifier and Type Method Description MailHeadersResponseMailHeadersResponse. addLabelsItem(Integer labelsItem)MailHeadersResponseMailHeadersResponse. addRecipientsItem(Recipient recipientsItem)MailHeadersResponseMailHeadersResponse. from(Integer from)MailHeadersResponseMailHeadersResponse. isRead(Boolean isRead)MailHeadersResponseMailHeadersResponse. labels(List<Integer> labels)MailHeadersResponseMailHeadersResponse. mailId(Integer mailId)MailHeadersResponseMailHeadersResponse. recipients(List<Recipient> recipients)MailHeadersResponseMailHeadersResponse. subject(String subject)MailHeadersResponseMailHeadersResponse. timestamp(java.time.OffsetDateTime timestamp)
-