Uses of Class
net.troja.eve.esi.model.PublicContractsItemsResponse
-
Packages that use PublicContractsItemsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of PublicContractsItemsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type PublicContractsItemsResponse Modifier and Type Method Description List<PublicContractsItemsResponse>ContractsApi. getContractsPublicItemsContractId(Integer contractId, String datasource, String ifNoneMatch, Integer page)Get public contract items Lists items of a public contract --- This route is cached for up to 3600 secondsApiResponse<List<PublicContractsItemsResponse>>ContractsApi. getContractsPublicItemsContractIdWithHttpInfo(Integer contractId, String datasource, String ifNoneMatch, Integer page)Get public contract items Lists items of a public contract --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type PublicContractsItemsResponse Modifier and Type Method Description okhttp3.CallContractsApi. getContractsPublicItemsContractIdAsync(Integer contractId, String datasource, String ifNoneMatch, Integer page, ApiCallback<List<PublicContractsItemsResponse>> _callback)Get public contract items (asynchronously) Lists items of a public contract --- This route is cached for up to 3600 seconds -
Uses of PublicContractsItemsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return PublicContractsItemsResponse Modifier and Type Method Description PublicContractsItemsResponsePublicContractsItemsResponse. isBlueprintCopy(Boolean isBlueprintCopy)PublicContractsItemsResponsePublicContractsItemsResponse. isIncluded(Boolean isIncluded)PublicContractsItemsResponsePublicContractsItemsResponse. itemId(Long itemId)PublicContractsItemsResponsePublicContractsItemsResponse. materialEfficiency(Integer materialEfficiency)PublicContractsItemsResponsePublicContractsItemsResponse. quantity(Integer quantity)PublicContractsItemsResponsePublicContractsItemsResponse. recordId(Long recordId)PublicContractsItemsResponsePublicContractsItemsResponse. runs(Integer runs)PublicContractsItemsResponsePublicContractsItemsResponse. timeEfficiency(Integer timeEfficiency)PublicContractsItemsResponsePublicContractsItemsResponse. typeId(Integer typeId)
-