Uses of Class
net.troja.eve.esi.model.ContactLabelsResponse
-
Packages that use ContactLabelsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of ContactLabelsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type ContactLabelsResponse Modifier and Type Method Description List<ContactLabelsResponse>ContactsApi. getCharactersCharacterIdContactsLabels(Integer characterId, String datasource, String ifNoneMatch, String token)Get contact labels Return custom labels for a character's contacts --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_contacts.v1ApiResponse<List<ContactLabelsResponse>>ContactsApi. getCharactersCharacterIdContactsLabelsWithHttpInfo(Integer characterId, String datasource, String ifNoneMatch, String token)Get contact labels Return custom labels for a character's contacts --- 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 ContactLabelsResponse Modifier and Type Method Description okhttp3.CallContactsApi. getCharactersCharacterIdContactsLabelsAsync(Integer characterId, String datasource, String ifNoneMatch, String token, ApiCallback<List<ContactLabelsResponse>> _callback)Get contact labels (asynchronously) Return custom labels for a character's contacts --- This route is cached for up to 300 seconds SSO Scope: esi-characters.read_contacts.v1 -
Uses of ContactLabelsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return ContactLabelsResponse Modifier and Type Method Description ContactLabelsResponseContactLabelsResponse. labelId(Long labelId)ContactLabelsResponseContactLabelsResponse. labelName(String labelName)
-