Uses of Class
net.troja.eve.esi.model.CorporationMedalsResponse
-
Packages that use CorporationMedalsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationMedalsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationMedalsResponse Modifier and Type Method Description List<CorporationMedalsResponse>CorporationApi. getCorporationsCorporationIdMedals(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation medals Returns a corporation's medals --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_medals.v1ApiResponse<List<CorporationMedalsResponse>>CorporationApi. getCorporationsCorporationIdMedalsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation medals Returns a corporation's medals --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_medals.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationMedalsResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdMedalsAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationMedalsResponse>> _callback)Get corporation medals (asynchronously) Returns a corporation's medals --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_medals.v1 -
Uses of CorporationMedalsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationMedalsResponse Modifier and Type Method Description CorporationMedalsResponseCorporationMedalsResponse. createdAt(java.time.OffsetDateTime createdAt)CorporationMedalsResponseCorporationMedalsResponse. creatorId(Integer creatorId)CorporationMedalsResponseCorporationMedalsResponse. description(String description)CorporationMedalsResponseCorporationMedalsResponse. medalId(Integer medalId)CorporationMedalsResponseCorporationMedalsResponse. title(String title)
-