Uses of Class
net.troja.eve.esi.model.CharacterContractsItemsResponse
-
Packages that use CharacterContractsItemsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CharacterContractsItemsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CharacterContractsItemsResponse Modifier and Type Method Description List<CharacterContractsItemsResponse>ContractsApi. getCharactersCharacterIdContractsContractIdItems(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token)Get contract items Lists items of a particular contract --- This route is cached for up to 3600 seconds SSO Scope: esi-contracts.read_corporation_contracts.v1 SSO Scope: esi-contracts.read_character_contracts.v1ApiResponse<List<CharacterContractsItemsResponse>>ContractsApi. getCharactersCharacterIdContractsContractIdItemsWithHttpInfo(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token)Get contract items Lists items of a particular contract --- This route is cached for up to 3600 seconds SSO Scope: esi-contracts.read_corporation_contracts.v1 SSO Scope: esi-contracts.read_character_contracts.v1Method parameters in net.troja.eve.esi.api with type arguments of type CharacterContractsItemsResponse Modifier and Type Method Description okhttp3.CallContractsApi. getCharactersCharacterIdContractsContractIdItemsAsync(Integer characterId, Integer contractId, String datasource, String ifNoneMatch, String token, ApiCallback<List<CharacterContractsItemsResponse>> _callback)Get contract items (asynchronously) Lists items of a particular contract --- This route is cached for up to 3600 seconds SSO Scope: esi-contracts.read_corporation_contracts.v1 SSO Scope: esi-contracts.read_character_contracts.v1 -
Uses of CharacterContractsItemsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CharacterContractsItemsResponse Modifier and Type Method Description CharacterContractsItemsResponseCharacterContractsItemsResponse. isIncluded(Boolean isIncluded)CharacterContractsItemsResponseCharacterContractsItemsResponse. isSingleton(Boolean isSingleton)CharacterContractsItemsResponseCharacterContractsItemsResponse. quantity(Integer quantity)CharacterContractsItemsResponseCharacterContractsItemsResponse. rawQuantity(Integer rawQuantity)CharacterContractsItemsResponseCharacterContractsItemsResponse. recordId(Long recordId)CharacterContractsItemsResponseCharacterContractsItemsResponse. typeId(Integer typeId)
-