Uses of Class
net.troja.eve.esi.model.CorporationRolesResponse
-
Packages that use CorporationRolesResponse Package Description net.troja.eve.esi.api net.troja.eve.esi.model -
-
Uses of CorporationRolesResponse in net.troja.eve.esi.api
Methods in net.troja.eve.esi.api that return types with arguments of type CorporationRolesResponse Modifier and Type Method 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.v1ApiResponse<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.v1Method parameters in net.troja.eve.esi.api with type arguments of type CorporationRolesResponse Modifier and Type Method Description okhttp3.CallCorporationApi. 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 -
Uses of CorporationRolesResponse in net.troja.eve.esi.model
-