Uses of Class
net.troja.eve.esi.model.MarketGroupResponse
-
Packages that use MarketGroupResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of MarketGroupResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return MarketGroupResponse Modifier and Type Method Description MarketGroupResponseMarketApi. getMarketsGroupsMarketGroupId(Integer marketGroupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get item group information Get information on an item group --- This route expires daily at 11:05Methods in net.troja.eve.esi.api that return types with arguments of type MarketGroupResponse Modifier and Type Method Description ApiResponse<MarketGroupResponse>MarketApi. getMarketsGroupsMarketGroupIdWithHttpInfo(Integer marketGroupId, String acceptLanguage, String datasource, String ifNoneMatch, String language)Get item group information Get information on an item group --- This route expires daily at 11:05Method parameters in net.troja.eve.esi.api with type arguments of type MarketGroupResponse Modifier and Type Method Description okhttp3.CallMarketApi. getMarketsGroupsMarketGroupIdAsync(Integer marketGroupId, String acceptLanguage, String datasource, String ifNoneMatch, String language, ApiCallback<MarketGroupResponse> _callback)Get item group information (asynchronously) Get information on an item group --- This route expires daily at 11:05 -
Uses of MarketGroupResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return MarketGroupResponse Modifier and Type Method Description MarketGroupResponseMarketGroupResponse. addTypesItem(Integer typesItem)MarketGroupResponseMarketGroupResponse. description(String description)MarketGroupResponseMarketGroupResponse. marketGroupId(Integer marketGroupId)MarketGroupResponseMarketGroupResponse. name(String name)MarketGroupResponseMarketGroupResponse. parentGroupId(Integer parentGroupId)MarketGroupResponseMarketGroupResponse. types(List<Integer> types)
-