Uses of Class
net.troja.eve.esi.model.CorporationDivisionsResponse
-
Packages that use CorporationDivisionsResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationDivisionsResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return CorporationDivisionsResponse Modifier and Type Method Description CorporationDivisionsResponseCorporationApi. getCorporationsCorporationIdDivisions(Integer corporationId, String datasource, String ifNoneMatch, String token)Get corporation divisions Return corporation hangar and wallet division names, only show if a division is not using the default name --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_divisions.v1Methods in net.troja.eve.esi.api that return types with arguments of type CorporationDivisionsResponse Modifier and Type Method Description ApiResponse<CorporationDivisionsResponse>CorporationApi. getCorporationsCorporationIdDivisionsWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, String token)Get corporation divisions Return corporation hangar and wallet division names, only show if a division is not using the default name --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_divisions.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationDivisionsResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdDivisionsAsync(Integer corporationId, String datasource, String ifNoneMatch, String token, ApiCallback<CorporationDivisionsResponse> _callback)Get corporation divisions (asynchronously) Return corporation hangar and wallet division names, only show if a division is not using the default name --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_divisions.v1 -
Uses of CorporationDivisionsResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationDivisionsResponse Modifier and Type Method Description CorporationDivisionsResponseCorporationDivisionsResponse. addHangarItem(CorporationDivisionsHangar hangarItem)CorporationDivisionsResponseCorporationDivisionsResponse. addWalletItem(CorporationDivisionsWallet walletItem)CorporationDivisionsResponseCorporationDivisionsResponse. hangar(List<CorporationDivisionsHangar> hangar)CorporationDivisionsResponseCorporationDivisionsResponse. wallet(List<CorporationDivisionsWallet> wallet)
-