| Package | Description |
|---|---|
| net.troja.eve.esi.api | |
| net.troja.eve.esi.model |
| Modifier and Type | Method and Description |
|---|---|
List<CorporationRolesResponse> |
CorporationApi.getCorporationsCorporationIdRoles(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation member roles Return the roles of all members if the
character has the personnel manager role or any grantable role. --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_corporation_membership.v1
|
ApiResponse<List<CorporationRolesResponse>> |
CorporationApi.getCorporationsCorporationIdRolesWithHttpInfo(Integer corporationId,
String datasource,
String ifNoneMatch,
String token)
Get corporation member roles Return the roles of all members if the
character has the personnel manager role or any grantable role. --- This
route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_corporation_membership.v1
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
CorporationApi.getCorporationsCorporationIdRolesAsync(Integer corporationId,
String datasource,
String ifNoneMatch,
String token,
ApiCallback<List<CorporationRolesResponse>> callback)
Get corporation member roles (asynchronously) Return the roles of all
members if the character has the personnel manager role or any grantable
role. --- This route is cached for up to 3600 seconds SSO Scope:
esi-corporations.read_corporation_membership.v1
|
Copyright © 2019. All Rights Reserved.