Uses of Class
net.troja.eve.esi.model.CorporationRolesHistoryResponse
-
Packages that use CorporationRolesHistoryResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationRolesHistoryResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationRolesHistoryResponse Modifier and Type Method Description List<CorporationRolesHistoryResponse>CorporationApi. getCorporationsCorporationIdRolesHistory(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation member roles history Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_corporation_membership.v1ApiResponse<List<CorporationRolesHistoryResponse>>CorporationApi. getCorporationsCorporationIdRolesHistoryWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation member roles history Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_corporation_membership.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationRolesHistoryResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdRolesHistoryAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationRolesHistoryResponse>> _callback)Get corporation member roles history (asynchronously) Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_corporation_membership.v1 -
Uses of CorporationRolesHistoryResponse in net.troja.eve.esi.model
-