Uses of Class
net.troja.eve.esi.model.AllianceContactsLabelsResponse
-
Packages that use AllianceContactsLabelsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of AllianceContactsLabelsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type AllianceContactsLabelsResponse Modifier and Type Method Description List<AllianceContactsLabelsResponse>ContactsApi. getAlliancesAllianceIdContactsLabels(Integer allianceId, String datasource, String ifNoneMatch, String token)Get alliance contact labels Return custom labels for an alliance's contacts --- This route is cached for up to 300 seconds SSO Scope: esi-alliances.read_contacts.v1ApiResponse<List<AllianceContactsLabelsResponse>>ContactsApi. getAlliancesAllianceIdContactsLabelsWithHttpInfo(Integer allianceId, String datasource, String ifNoneMatch, String token)Get alliance contact labels Return custom labels for an alliance's contacts --- This route is cached for up to 300 seconds SSO Scope: esi-alliances.read_contacts.v1Method parameters in net.troja.eve.esi.api with type arguments of type AllianceContactsLabelsResponse Modifier and Type Method Description okhttp3.CallContactsApi. getAlliancesAllianceIdContactsLabelsAsync(Integer allianceId, String datasource, String ifNoneMatch, String token, ApiCallback<List<AllianceContactsLabelsResponse>> _callback)Get alliance contact labels (asynchronously) Return custom labels for an alliance's contacts --- This route is cached for up to 300 seconds SSO Scope: esi-alliances.read_contacts.v1 -
Uses of AllianceContactsLabelsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return AllianceContactsLabelsResponse Modifier and Type Method Description AllianceContactsLabelsResponseAllianceContactsLabelsResponse. labelId(Long labelId)AllianceContactsLabelsResponseAllianceContactsLabelsResponse. labelName(String labelName)
-