Uses of Class
net.troja.eve.esi.model.MailLabelsResponse
-
Packages that use MailLabelsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MailLabelsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return MailLabelsResponse Modifier and Type Method Description MailLabelsResponseMailApi. getCharactersCharacterIdMailLabels(Integer characterId, String datasource, String ifNoneMatch, String token)Get mail labels and unread counts Return a list of the users mail labels, unread counts for each label and a total unread count. --- 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 MailLabelsResponse Modifier and Type Method Description ApiResponse<MailLabelsResponse>MailApi. getCharactersCharacterIdMailLabelsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get mail labels and unread counts Return a list of the users mail labels, unread counts for each label and a total unread count. --- 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 MailLabelsResponse Modifier and Type Method Description okhttp3.CallMailApi. getCharactersCharacterIdMailLabelsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<MailLabelsResponse> _callback)Get mail labels and unread counts (asynchronously) Return a list of the users mail labels, unread counts for each label and a total unread count. --- This route is cached for up to 30 seconds SSO Scope: esi-mail.read_mail.v1 -
Uses of MailLabelsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MailLabelsResponse Modifier and Type Method Description MailLabelsResponseMailLabelsResponse. addLabelsItem(MailLabel labelsItem)MailLabelsResponseMailLabelsResponse. labels(List<MailLabel> labels)MailLabelsResponseMailLabelsResponse. totalUnreadCount(Integer totalUnreadCount)
-