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