| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
CorporationDivisionsResponse |
CorporationApi.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.v1
|
| Modifier and Type | Method and 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.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CorporationApi.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
|
| Modifier and Type | Method and Description |
|---|---|
CorporationDivisionsResponse |
CorporationDivisionsResponse.addHangarItem(CorporationDivisionsHangar hangarItem) |
CorporationDivisionsResponse |
CorporationDivisionsResponse.addWalletItem(CorporationDivisionsWallet walletItem) |
CorporationDivisionsResponse |
CorporationDivisionsResponse.hangar(List<CorporationDivisionsHangar> hangar) |
CorporationDivisionsResponse |
CorporationDivisionsResponse.wallet(List<CorporationDivisionsWallet> wallet) |
Copyright © 2019. All Rights Reserved.