Uses of Class
net.troja.eve.esi.model.AllianceResponse
-
Packages that use AllianceResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of AllianceResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return AllianceResponse Modifier and Type Method Description AllianceResponseAllianceApi. getAlliancesAllianceId(Integer allianceId, String datasource, String ifNoneMatch)Get alliance information Public information about an alliance --- This route is cached for up to 3600 secondsMethods in net.troja.eve.esi.api that return types with arguments of type AllianceResponse Modifier and Type Method Description ApiResponse<AllianceResponse>AllianceApi. getAlliancesAllianceIdWithHttpInfo(Integer allianceId, String datasource, String ifNoneMatch)Get alliance information Public information about an alliance --- This route is cached for up to 3600 secondsMethod parameters in net.troja.eve.esi.api with type arguments of type AllianceResponse Modifier and Type Method Description okhttp3.CallAllianceApi. getAlliancesAllianceIdAsync(Integer allianceId, String datasource, String ifNoneMatch, ApiCallback<AllianceResponse> _callback)Get alliance information (asynchronously) Public information about an alliance --- This route is cached for up to 3600 seconds -
Uses of AllianceResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return AllianceResponse Modifier and Type Method Description AllianceResponseAllianceResponse. creatorCorporationId(Integer creatorCorporationId)AllianceResponseAllianceResponse. creatorId(Integer creatorId)AllianceResponseAllianceResponse. dateFounded(java.time.OffsetDateTime dateFounded)AllianceResponseAllianceResponse. executorCorporationId(Integer executorCorporationId)AllianceResponseAllianceResponse. factionId(Integer factionId)AllianceResponseAllianceResponse. name(String name)AllianceResponseAllianceResponse. ticker(String ticker)
-