| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterIndustryJobsResponse> |
IndustryApi.getCharactersCharacterIdIndustryJobs(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token)
List character industry jobs List industry jobs placed by a character ---
This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_character_jobs.v1
|
ApiResponse<List<CharacterIndustryJobsResponse>> |
IndustryApi.getCharactersCharacterIdIndustryJobsWithHttpInfo(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token)
List character industry jobs List industry jobs placed by a character ---
This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_character_jobs.v1
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
IndustryApi.getCharactersCharacterIdIndustryJobsAsync(Integer characterId,
String datasource,
String ifNoneMatch,
Boolean includeCompleted,
String token,
ApiCallback<List<CharacterIndustryJobsResponse>> _callback)
List character industry jobs (asynchronously) List industry jobs placed
by a character --- This route is cached for up to 300 seconds SSO Scope:
esi-industry.read_character_jobs.v1
|
| Modifier and Type | Method and Description |
|---|---|
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.activityId(Integer activityId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.blueprintId(Long blueprintId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.blueprintLocationId(Long blueprintLocationId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.blueprintTypeId(Integer blueprintTypeId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.completedCharacterId(Integer completedCharacterId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.completedDate(java.time.OffsetDateTime completedDate) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.cost(Double cost) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.duration(Integer duration) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.endDate(java.time.OffsetDateTime endDate) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.facilityId(Long facilityId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.installerId(Integer installerId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.jobId(Integer jobId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.licensedRuns(Integer licensedRuns) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.outputLocationId(Long outputLocationId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.pauseDate(java.time.OffsetDateTime pauseDate) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.probability(Float probability) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.productTypeId(Integer productTypeId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.runs(Integer runs) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.startDate(java.time.OffsetDateTime startDate) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.stationId(Long stationId) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.status(CharacterIndustryJobsResponse.StatusEnum statusEnum) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.statusString(String status) |
CharacterIndustryJobsResponse |
CharacterIndustryJobsResponse.successfulRuns(Integer successfulRuns) |
Copyright © 2021. All Rights Reserved.