Uses of Class
net.troja.eve.esi.model.CorporationMemberTrackingResponse
-
Packages that use CorporationMemberTrackingResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationMemberTrackingResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationMemberTrackingResponse Modifier and Type Method Description List<CorporationMemberTrackingResponse>CorporationApi. getCorporationsCorporationIdMembertracking(Integer corporationId, String datasource, String ifNoneMatch, String token)Track corporation members Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1ApiResponse<List<CorporationMemberTrackingResponse>>CorporationApi. getCorporationsCorporationIdMembertrackingWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, String token)Track corporation members Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationMemberTrackingResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdMembertrackingAsync(Integer corporationId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CorporationMemberTrackingResponse>> _callback)Track corporation members (asynchronously) Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1 -
Uses of CorporationMemberTrackingResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationMemberTrackingResponse Modifier and Type Method Description CorporationMemberTrackingResponseCorporationMemberTrackingResponse. baseId(Integer baseId)CorporationMemberTrackingResponseCorporationMemberTrackingResponse. characterId(Integer characterId)CorporationMemberTrackingResponseCorporationMemberTrackingResponse. locationId(Long locationId)CorporationMemberTrackingResponseCorporationMemberTrackingResponse. logoffDate(java.time.OffsetDateTime logoffDate)CorporationMemberTrackingResponseCorporationMemberTrackingResponse. logonDate(java.time.OffsetDateTime logonDate)CorporationMemberTrackingResponseCorporationMemberTrackingResponse. shipTypeId(Integer shipTypeId)CorporationMemberTrackingResponseCorporationMemberTrackingResponse. startDate(java.time.OffsetDateTime startDate)
-