Uses of Class
net.troja.eve.esi.model.ContactsResponse
-
Packages that use ContactsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of ContactsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type ContactsResponse Modifier and Type Method Description List<ContactsResponse>ContactsApi. getCharactersCharacterIdContacts(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Get contacts Return contacts of a character --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_contacts.v1ApiResponse<List<ContactsResponse>>ContactsApi. getCharactersCharacterIdContactsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token)Get contacts Return contacts of a character --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_contacts.v1Method parameters in net.troja.eve.esi.api with type arguments of type ContactsResponse Modifier and Type Method Description okhttp3.CallContactsApi. getCharactersCharacterIdContactsAsync(Integer characterId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<ContactsResponse>> _callback)Get contacts (asynchronously) Return contacts of a character --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_contacts.v1 -
Uses of ContactsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return ContactsResponse Modifier and Type Method Description ContactsResponseContactsResponse. addLabelIdsItem(Long labelIdsItem)ContactsResponseContactsResponse. contactId(Integer contactId)ContactsResponseContactsResponse. contactType(ContactsResponse.ContactTypeEnum contactTypeEnum)ContactsResponseContactsResponse. contactTypeString(String contactType)ContactsResponseContactsResponse. isBlocked(Boolean isBlocked)ContactsResponseContactsResponse. isWatched(Boolean isWatched)ContactsResponseContactsResponse. labelIds(List<Long> labelIds)ContactsResponseContactsResponse. standing(Float standing)
-