Uses of Class
net.troja.eve.esi.model.CorporationShareholdersResponse
-
Packages that use CorporationShareholdersResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationShareholdersResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationShareholdersResponse Modifier and Type Method Description List<CorporationShareholdersResponse>CorporationApi. getCorporationsCorporationIdShareholders(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation shareholders Return the current shareholders of a corporation. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-wallet.read_corporation_wallets.v1ApiResponse<List<CorporationShareholdersResponse>>CorporationApi. getCorporationsCorporationIdShareholdersWithHttpInfo(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token)Get corporation shareholders Return the current shareholders of a corporation. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-wallet.read_corporation_wallets.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationShareholdersResponse Modifier and Type Method Description okhttp3.CallCorporationApi. getCorporationsCorporationIdShareholdersAsync(Integer corporationId, String datasource, String ifNoneMatch, Integer page, String token, ApiCallback<List<CorporationShareholdersResponse>> _callback)Get corporation shareholders (asynchronously) Return the current shareholders of a corporation. --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-wallet.read_corporation_wallets.v1 -
Uses of CorporationShareholdersResponse in net.troja.eve.esi.model
Methods in net.troja.eve.esi.model that return CorporationShareholdersResponse Modifier and Type Method Description CorporationShareholdersResponseCorporationShareholdersResponse. shareCount(Long shareCount)CorporationShareholdersResponseCorporationShareholdersResponse. shareholderId(Integer shareholderId)CorporationShareholdersResponseCorporationShareholdersResponse. shareholderType(CorporationShareholdersResponse.ShareholderTypeEnum shareholderTypeEnum)CorporationShareholdersResponseCorporationShareholdersResponse. shareholderTypeString(String shareholderType)
-