Class CorporationApi


  • public class CorporationApi
    extends Object
    • Constructor Detail

      • CorporationApi

        public CorporationApi()
      • CorporationApi

        public CorporationApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getCorporationsCorporationIdCall

        public okhttp3.Call getCorporationsCorporationIdCall​(Integer corporationId,
                                                             String datasource,
                                                             String ifNoneMatch,
                                                             ApiCallback _callback)
                                                      throws ApiException
        Build call for getCorporationsCorporationId
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationId

        public CorporationResponse getCorporationsCorporationId​(Integer corporationId,
                                                                String datasource,
                                                                String ifNoneMatch)
                                                         throws ApiException
        Get corporation information Public information about a corporation --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        CorporationResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdWithHttpInfo

        public ApiResponse<CorporationResponse> getCorporationsCorporationIdWithHttpInfo​(Integer corporationId,
                                                                                         String datasource,
                                                                                         String ifNoneMatch)
                                                                                  throws ApiException
        Get corporation information Public information about a corporation --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        ApiResponse<CorporationResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdAsync

        public okhttp3.Call getCorporationsCorporationIdAsync​(Integer corporationId,
                                                              String datasource,
                                                              String ifNoneMatch,
                                                              ApiCallback<CorporationResponse> _callback)
                                                       throws ApiException
        Get corporation information (asynchronously) Public information about a corporation --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdAlliancehistoryCall

        public okhttp3.Call getCorporationsCorporationIdAlliancehistoryCall​(Integer corporationId,
                                                                            String datasource,
                                                                            String ifNoneMatch,
                                                                            ApiCallback _callback)
                                                                     throws ApiException
        Build call for getCorporationsCorporationIdAlliancehistory
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdAlliancehistory

        public List<CorporationAlliancesHistoryResponse> getCorporationsCorporationIdAlliancehistory​(Integer corporationId,
                                                                                                     String datasource,
                                                                                                     String ifNoneMatch)
                                                                                              throws ApiException
        Get alliance history Get a list of all the alliances a corporation has been a member of --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        List<CorporationAlliancesHistoryResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdAlliancehistoryWithHttpInfo

        public ApiResponse<List<CorporationAlliancesHistoryResponse>> getCorporationsCorporationIdAlliancehistoryWithHttpInfo​(Integer corporationId,
                                                                                                                              String datasource,
                                                                                                                              String ifNoneMatch)
                                                                                                                       throws ApiException
        Get alliance history Get a list of all the alliances a corporation has been a member of --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        ApiResponse<List<CorporationAlliancesHistoryResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdAlliancehistoryAsync

        public okhttp3.Call getCorporationsCorporationIdAlliancehistoryAsync​(Integer corporationId,
                                                                             String datasource,
                                                                             String ifNoneMatch,
                                                                             ApiCallback<List<CorporationAlliancesHistoryResponse>> _callback)
                                                                      throws ApiException
        Get alliance history (asynchronously) Get a list of all the alliances a corporation has been a member of --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdBlueprintsCall

        public okhttp3.Call getCorporationsCorporationIdBlueprintsCall​(Integer corporationId,
                                                                       String datasource,
                                                                       String ifNoneMatch,
                                                                       Integer page,
                                                                       String token,
                                                                       ApiCallback _callback)
                                                                throws ApiException
        Build call for getCorporationsCorporationIdBlueprints
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdBlueprints

        public List<CorporationBlueprintsResponse> getCorporationsCorporationIdBlueprints​(Integer corporationId,
                                                                                          String datasource,
                                                                                          String ifNoneMatch,
                                                                                          Integer page,
                                                                                          String token)
                                                                                   throws ApiException
        Get corporation blueprints Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_blueprints.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationBlueprintsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdBlueprintsWithHttpInfo

        public ApiResponse<List<CorporationBlueprintsResponse>> getCorporationsCorporationIdBlueprintsWithHttpInfo​(Integer corporationId,
                                                                                                                   String datasource,
                                                                                                                   String ifNoneMatch,
                                                                                                                   Integer page,
                                                                                                                   String token)
                                                                                                            throws ApiException
        Get corporation blueprints Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_blueprints.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationBlueprintsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdBlueprintsAsync

        public okhttp3.Call getCorporationsCorporationIdBlueprintsAsync​(Integer corporationId,
                                                                        String datasource,
                                                                        String ifNoneMatch,
                                                                        Integer page,
                                                                        String token,
                                                                        ApiCallback<List<CorporationBlueprintsResponse>> _callback)
                                                                 throws ApiException
        Get corporation blueprints (asynchronously) Returns a list of blueprints the corporation owns --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_blueprints.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdContainersLogsCall

        public okhttp3.Call getCorporationsCorporationIdContainersLogsCall​(Integer corporationId,
                                                                           String datasource,
                                                                           String ifNoneMatch,
                                                                           Integer page,
                                                                           String token,
                                                                           ApiCallback _callback)
                                                                    throws ApiException
        Build call for getCorporationsCorporationIdContainersLogs
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdContainersLogs

        public List<CorporationContainersLogsResponse> getCorporationsCorporationIdContainersLogs​(Integer corporationId,
                                                                                                  String datasource,
                                                                                                  String ifNoneMatch,
                                                                                                  Integer page,
                                                                                                  String token)
                                                                                           throws ApiException
        Get all corporation ALSC logs Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_container_logs.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationContainersLogsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdContainersLogsWithHttpInfo

        public ApiResponse<List<CorporationContainersLogsResponse>> getCorporationsCorporationIdContainersLogsWithHttpInfo​(Integer corporationId,
                                                                                                                           String datasource,
                                                                                                                           String ifNoneMatch,
                                                                                                                           Integer page,
                                                                                                                           String token)
                                                                                                                    throws ApiException
        Get all corporation ALSC logs Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_container_logs.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationContainersLogsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdContainersLogsAsync

        public okhttp3.Call getCorporationsCorporationIdContainersLogsAsync​(Integer corporationId,
                                                                            String datasource,
                                                                            String ifNoneMatch,
                                                                            Integer page,
                                                                            String token,
                                                                            ApiCallback<List<CorporationContainersLogsResponse>> _callback)
                                                                     throws ApiException
        Get all corporation ALSC logs (asynchronously) Returns logs recorded in the past seven days from all audit log secure containers (ALSC) owned by a given corporation --- This route is cached for up to 600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_container_logs.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdDivisionsCall

        public okhttp3.Call getCorporationsCorporationIdDivisionsCall​(Integer corporationId,
                                                                      String datasource,
                                                                      String ifNoneMatch,
                                                                      String token,
                                                                      ApiCallback _callback)
                                                               throws ApiException
        Build call for getCorporationsCorporationIdDivisions
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdDivisions

        public CorporationDivisionsResponse getCorporationsCorporationIdDivisions​(Integer corporationId,
                                                                                  String datasource,
                                                                                  String ifNoneMatch,
                                                                                  String token)
                                                                           throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        CorporationDivisionsResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdDivisionsWithHttpInfo

        public ApiResponse<CorporationDivisionsResponse> getCorporationsCorporationIdDivisionsWithHttpInfo​(Integer corporationId,
                                                                                                           String datasource,
                                                                                                           String ifNoneMatch,
                                                                                                           String token)
                                                                                                    throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<CorporationDivisionsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdDivisionsAsync

        public okhttp3.Call getCorporationsCorporationIdDivisionsAsync​(Integer corporationId,
                                                                       String datasource,
                                                                       String ifNoneMatch,
                                                                       String token,
                                                                       ApiCallback<CorporationDivisionsResponse> _callback)
                                                                throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdFacilitiesCall

        public okhttp3.Call getCorporationsCorporationIdFacilitiesCall​(Integer corporationId,
                                                                       String datasource,
                                                                       String ifNoneMatch,
                                                                       String token,
                                                                       ApiCallback _callback)
                                                                throws ApiException
        Build call for getCorporationsCorporationIdFacilities
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdFacilities

        public List<CorporationFacilitiesResponse> getCorporationsCorporationIdFacilities​(Integer corporationId,
                                                                                          String datasource,
                                                                                          String ifNoneMatch,
                                                                                          String token)
                                                                                   throws ApiException
        Get corporation facilities Return a corporation's facilities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager SSO Scope: esi-corporations.read_facilities.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationFacilitiesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdFacilitiesWithHttpInfo

        public ApiResponse<List<CorporationFacilitiesResponse>> getCorporationsCorporationIdFacilitiesWithHttpInfo​(Integer corporationId,
                                                                                                                   String datasource,
                                                                                                                   String ifNoneMatch,
                                                                                                                   String token)
                                                                                                            throws ApiException
        Get corporation facilities Return a corporation's facilities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager SSO Scope: esi-corporations.read_facilities.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationFacilitiesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdFacilitiesAsync

        public okhttp3.Call getCorporationsCorporationIdFacilitiesAsync​(Integer corporationId,
                                                                        String datasource,
                                                                        String ifNoneMatch,
                                                                        String token,
                                                                        ApiCallback<List<CorporationFacilitiesResponse>> _callback)
                                                                 throws ApiException
        Get corporation facilities (asynchronously) Return a corporation's facilities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Factory_Manager SSO Scope: esi-corporations.read_facilities.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdIconsCall

        public okhttp3.Call getCorporationsCorporationIdIconsCall​(Integer corporationId,
                                                                  String datasource,
                                                                  String ifNoneMatch,
                                                                  ApiCallback _callback)
                                                           throws ApiException
        Build call for getCorporationsCorporationIdIcons
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdIcons

        public CorporationIconsResponse getCorporationsCorporationIdIcons​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch)
                                                                   throws ApiException
        Get corporation icon Get the icon urls for a corporation --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        CorporationIconsResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdIconsWithHttpInfo

        public ApiResponse<CorporationIconsResponse> getCorporationsCorporationIdIconsWithHttpInfo​(Integer corporationId,
                                                                                                   String datasource,
                                                                                                   String ifNoneMatch)
                                                                                            throws ApiException
        Get corporation icon Get the icon urls for a corporation --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        ApiResponse<CorporationIconsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdIconsAsync

        public okhttp3.Call getCorporationsCorporationIdIconsAsync​(Integer corporationId,
                                                                   String datasource,
                                                                   String ifNoneMatch,
                                                                   ApiCallback<CorporationIconsResponse> _callback)
                                                            throws ApiException
        Get corporation icon (asynchronously) Get the icon urls for a corporation --- This route is cached for up to 3600 seconds
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdMedalsCall

        public okhttp3.Call getCorporationsCorporationIdMedalsCall​(Integer corporationId,
                                                                   String datasource,
                                                                   String ifNoneMatch,
                                                                   Integer page,
                                                                   String token,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Build call for getCorporationsCorporationIdMedals
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdMedals

        public List<CorporationMedalsResponse> getCorporationsCorporationIdMedals​(Integer corporationId,
                                                                                  String datasource,
                                                                                  String ifNoneMatch,
                                                                                  Integer page,
                                                                                  String token)
                                                                           throws ApiException
        Get corporation medals Returns a corporation's medals --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_medals.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationMedalsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMedalsWithHttpInfo

        public ApiResponse<List<CorporationMedalsResponse>> getCorporationsCorporationIdMedalsWithHttpInfo​(Integer corporationId,
                                                                                                           String datasource,
                                                                                                           String ifNoneMatch,
                                                                                                           Integer page,
                                                                                                           String token)
                                                                                                    throws ApiException
        Get corporation medals Returns a corporation's medals --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_medals.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationMedalsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMedalsAsync

        public okhttp3.Call getCorporationsCorporationIdMedalsAsync​(Integer corporationId,
                                                                    String datasource,
                                                                    String ifNoneMatch,
                                                                    Integer page,
                                                                    String token,
                                                                    ApiCallback<List<CorporationMedalsResponse>> _callback)
                                                             throws ApiException
        Get corporation medals (asynchronously) Returns a corporation's medals --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_medals.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdMedalsIssuedCall

        public okhttp3.Call getCorporationsCorporationIdMedalsIssuedCall​(Integer corporationId,
                                                                         String datasource,
                                                                         String ifNoneMatch,
                                                                         Integer page,
                                                                         String token,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for getCorporationsCorporationIdMedalsIssued
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdMedalsIssued

        public List<CorporationMedalsIssuedResponse> getCorporationsCorporationIdMedalsIssued​(Integer corporationId,
                                                                                              String datasource,
                                                                                              String ifNoneMatch,
                                                                                              Integer page,
                                                                                              String token)
                                                                                       throws ApiException
        Get corporation issued medals Returns medals issued by a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_medals.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationMedalsIssuedResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMedalsIssuedWithHttpInfo

        public ApiResponse<List<CorporationMedalsIssuedResponse>> getCorporationsCorporationIdMedalsIssuedWithHttpInfo​(Integer corporationId,
                                                                                                                       String datasource,
                                                                                                                       String ifNoneMatch,
                                                                                                                       Integer page,
                                                                                                                       String token)
                                                                                                                throws ApiException
        Get corporation issued medals Returns medals issued by a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_medals.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationMedalsIssuedResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMedalsIssuedAsync

        public okhttp3.Call getCorporationsCorporationIdMedalsIssuedAsync​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          Integer page,
                                                                          String token,
                                                                          ApiCallback<List<CorporationMedalsIssuedResponse>> _callback)
                                                                   throws ApiException
        Get corporation issued medals (asynchronously) Returns medals issued by a corporation --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_medals.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdMembersCall

        public okhttp3.Call getCorporationsCorporationIdMembersCall​(Integer corporationId,
                                                                    String datasource,
                                                                    String ifNoneMatch,
                                                                    String token,
                                                                    ApiCallback _callback)
                                                             throws ApiException
        Build call for getCorporationsCorporationIdMembers
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdMembers

        public List<Integer> getCorporationsCorporationIdMembers​(Integer corporationId,
                                                                 String datasource,
                                                                 String ifNoneMatch,
                                                                 String token)
                                                          throws ApiException
        Get corporation members Return the current member list of a corporation, the token's character need to be a member of the corporation. --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_corporation_membership.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembersWithHttpInfo

        public ApiResponse<List<Integer>> getCorporationsCorporationIdMembersWithHttpInfo​(Integer corporationId,
                                                                                          String datasource,
                                                                                          String ifNoneMatch,
                                                                                          String token)
                                                                                   throws ApiException
        Get corporation members Return the current member list of a corporation, the token's character need to be a member of the corporation. --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_corporation_membership.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembersAsync

        public okhttp3.Call getCorporationsCorporationIdMembersAsync​(Integer corporationId,
                                                                     String datasource,
                                                                     String ifNoneMatch,
                                                                     String token,
                                                                     ApiCallback<List<Integer>> _callback)
                                                              throws ApiException
        Get corporation members (asynchronously) Return the current member list of a corporation, the token's character need to be a member of the corporation. --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_corporation_membership.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdMembersLimitCall

        public okhttp3.Call getCorporationsCorporationIdMembersLimitCall​(Integer corporationId,
                                                                         String datasource,
                                                                         String ifNoneMatch,
                                                                         String token,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for getCorporationsCorporationIdMembersLimit
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdMembersLimit

        public Integer getCorporationsCorporationIdMembersLimit​(Integer corporationId,
                                                                String datasource,
                                                                String ifNoneMatch,
                                                                String token)
                                                         throws ApiException
        Get corporation member limit Return a corporation's member limit, not including CEO himself --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        Integer
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembersLimitWithHttpInfo

        public ApiResponse<Integer> getCorporationsCorporationIdMembersLimitWithHttpInfo​(Integer corporationId,
                                                                                         String datasource,
                                                                                         String ifNoneMatch,
                                                                                         String token)
                                                                                  throws ApiException
        Get corporation member limit Return a corporation's member limit, not including CEO himself --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembersLimitAsync

        public okhttp3.Call getCorporationsCorporationIdMembersLimitAsync​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          String token,
                                                                          ApiCallback<Integer> _callback)
                                                                   throws ApiException
        Get corporation member limit (asynchronously) Return a corporation's member limit, not including CEO himself --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdMembersTitlesCall

        public okhttp3.Call getCorporationsCorporationIdMembersTitlesCall​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          String token,
                                                                          ApiCallback _callback)
                                                                   throws ApiException
        Build call for getCorporationsCorporationIdMembersTitles
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdMembersTitles

        public List<CorporationMembersTitlesResponse> getCorporationsCorporationIdMembersTitles​(Integer corporationId,
                                                                                                String datasource,
                                                                                                String ifNoneMatch,
                                                                                                String token)
                                                                                         throws ApiException
        Get corporation's members' titles Returns a corporation's members' titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationMembersTitlesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembersTitlesWithHttpInfo

        public ApiResponse<List<CorporationMembersTitlesResponse>> getCorporationsCorporationIdMembersTitlesWithHttpInfo​(Integer corporationId,
                                                                                                                         String datasource,
                                                                                                                         String ifNoneMatch,
                                                                                                                         String token)
                                                                                                                  throws ApiException
        Get corporation's members' titles Returns a corporation's members' titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationMembersTitlesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembersTitlesAsync

        public okhttp3.Call getCorporationsCorporationIdMembersTitlesAsync​(Integer corporationId,
                                                                           String datasource,
                                                                           String ifNoneMatch,
                                                                           String token,
                                                                           ApiCallback<List<CorporationMembersTitlesResponse>> _callback)
                                                                    throws ApiException
        Get corporation's members' titles (asynchronously) Returns a corporation's members' titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdMembertrackingCall

        public okhttp3.Call getCorporationsCorporationIdMembertrackingCall​(Integer corporationId,
                                                                           String datasource,
                                                                           String ifNoneMatch,
                                                                           String token,
                                                                           ApiCallback _callback)
                                                                    throws ApiException
        Build call for getCorporationsCorporationIdMembertracking
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdMembertracking

        public List<CorporationMemberTrackingResponse> getCorporationsCorporationIdMembertracking​(Integer corporationId,
                                                                                                  String datasource,
                                                                                                  String ifNoneMatch,
                                                                                                  String token)
                                                                                           throws ApiException
        Track corporation members Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationMemberTrackingResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembertrackingWithHttpInfo

        public ApiResponse<List<CorporationMemberTrackingResponse>> getCorporationsCorporationIdMembertrackingWithHttpInfo​(Integer corporationId,
                                                                                                                           String datasource,
                                                                                                                           String ifNoneMatch,
                                                                                                                           String token)
                                                                                                                    throws ApiException
        Track corporation members Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationMemberTrackingResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdMembertrackingAsync

        public okhttp3.Call getCorporationsCorporationIdMembertrackingAsync​(Integer corporationId,
                                                                            String datasource,
                                                                            String ifNoneMatch,
                                                                            String token,
                                                                            ApiCallback<List<CorporationMemberTrackingResponse>> _callback)
                                                                     throws ApiException
        Track corporation members (asynchronously) Returns additional information about a corporation's members which helps tracking their activities --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.track_members.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdRolesCall

        public okhttp3.Call getCorporationsCorporationIdRolesCall​(Integer corporationId,
                                                                  String datasource,
                                                                  String ifNoneMatch,
                                                                  String token,
                                                                  ApiCallback _callback)
                                                           throws ApiException
        Build call for getCorporationsCorporationIdRoles
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdRoles

        public List<CorporationRolesResponse> getCorporationsCorporationIdRoles​(Integer corporationId,
                                                                                String datasource,
                                                                                String ifNoneMatch,
                                                                                String token)
                                                                         throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationRolesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdRolesWithHttpInfo

        public ApiResponse<List<CorporationRolesResponse>> getCorporationsCorporationIdRolesWithHttpInfo​(Integer corporationId,
                                                                                                         String datasource,
                                                                                                         String ifNoneMatch,
                                                                                                         String token)
                                                                                                  throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationRolesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdRolesAsync

        public okhttp3.Call getCorporationsCorporationIdRolesAsync​(Integer corporationId,
                                                                   String datasource,
                                                                   String ifNoneMatch,
                                                                   String token,
                                                                   ApiCallback<List<CorporationRolesResponse>> _callback)
                                                            throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdRolesHistoryCall

        public okhttp3.Call getCorporationsCorporationIdRolesHistoryCall​(Integer corporationId,
                                                                         String datasource,
                                                                         String ifNoneMatch,
                                                                         Integer page,
                                                                         String token,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for getCorporationsCorporationIdRolesHistory
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdRolesHistory

        public List<CorporationRolesHistoryResponse> getCorporationsCorporationIdRolesHistory​(Integer corporationId,
                                                                                              String datasource,
                                                                                              String ifNoneMatch,
                                                                                              Integer page,
                                                                                              String token)
                                                                                       throws ApiException
        Get corporation member roles history Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_corporation_membership.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationRolesHistoryResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdRolesHistoryWithHttpInfo

        public ApiResponse<List<CorporationRolesHistoryResponse>> getCorporationsCorporationIdRolesHistoryWithHttpInfo​(Integer corporationId,
                                                                                                                       String datasource,
                                                                                                                       String ifNoneMatch,
                                                                                                                       Integer page,
                                                                                                                       String token)
                                                                                                                throws ApiException
        Get corporation member roles history Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_corporation_membership.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationRolesHistoryResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdRolesHistoryAsync

        public okhttp3.Call getCorporationsCorporationIdRolesHistoryAsync​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          Integer page,
                                                                          String token,
                                                                          ApiCallback<List<CorporationRolesHistoryResponse>> _callback)
                                                                   throws ApiException
        Get corporation member roles history (asynchronously) Return how roles have changed for a coporation's members, up to a month --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_corporation_membership.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdShareholdersCall

        public okhttp3.Call getCorporationsCorporationIdShareholdersCall​(Integer corporationId,
                                                                         String datasource,
                                                                         String ifNoneMatch,
                                                                         Integer page,
                                                                         String token,
                                                                         ApiCallback _callback)
                                                                  throws ApiException
        Build call for getCorporationsCorporationIdShareholders
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdShareholders

        public List<CorporationShareholdersResponse> getCorporationsCorporationIdShareholders​(Integer corporationId,
                                                                                              String datasource,
                                                                                              String ifNoneMatch,
                                                                                              Integer page,
                                                                                              String token)
                                                                                       throws ApiException
        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.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationShareholdersResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdShareholdersWithHttpInfo

        public ApiResponse<List<CorporationShareholdersResponse>> getCorporationsCorporationIdShareholdersWithHttpInfo​(Integer corporationId,
                                                                                                                       String datasource,
                                                                                                                       String ifNoneMatch,
                                                                                                                       Integer page,
                                                                                                                       String token)
                                                                                                                throws ApiException
        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.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationShareholdersResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdShareholdersAsync

        public okhttp3.Call getCorporationsCorporationIdShareholdersAsync​(Integer corporationId,
                                                                          String datasource,
                                                                          String ifNoneMatch,
                                                                          Integer page,
                                                                          String token,
                                                                          ApiCallback<List<CorporationShareholdersResponse>> _callback)
                                                                   throws ApiException
        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
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdStandingsCall

        public okhttp3.Call getCorporationsCorporationIdStandingsCall​(Integer corporationId,
                                                                      String datasource,
                                                                      String ifNoneMatch,
                                                                      Integer page,
                                                                      String token,
                                                                      ApiCallback _callback)
                                                               throws ApiException
        Build call for getCorporationsCorporationIdStandings
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdStandings

        public List<CorporationStandingsResponse> getCorporationsCorporationIdStandings​(Integer corporationId,
                                                                                        String datasource,
                                                                                        String ifNoneMatch,
                                                                                        Integer page,
                                                                                        String token)
                                                                                 throws ApiException
        Get corporation standings Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationStandingsResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStandingsWithHttpInfo

        public ApiResponse<List<CorporationStandingsResponse>> getCorporationsCorporationIdStandingsWithHttpInfo​(Integer corporationId,
                                                                                                                 String datasource,
                                                                                                                 String ifNoneMatch,
                                                                                                                 Integer page,
                                                                                                                 String token)
                                                                                                          throws ApiException
        Get corporation standings Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationStandingsResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStandingsAsync

        public okhttp3.Call getCorporationsCorporationIdStandingsAsync​(Integer corporationId,
                                                                       String datasource,
                                                                       String ifNoneMatch,
                                                                       Integer page,
                                                                       String token,
                                                                       ApiCallback<List<CorporationStandingsResponse>> _callback)
                                                                throws ApiException
        Get corporation standings (asynchronously) Return corporation standings from agents, NPC corporations, and factions --- This route is cached for up to 3600 seconds SSO Scope: esi-corporations.read_standings.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdStarbasesCall

        public okhttp3.Call getCorporationsCorporationIdStarbasesCall​(Integer corporationId,
                                                                      String datasource,
                                                                      String ifNoneMatch,
                                                                      Integer page,
                                                                      String token,
                                                                      ApiCallback _callback)
                                                               throws ApiException
        Build call for getCorporationsCorporationIdStarbases
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdStarbases

        public List<CorporationStarbasesResponse> getCorporationsCorporationIdStarbases​(Integer corporationId,
                                                                                        String datasource,
                                                                                        String ifNoneMatch,
                                                                                        Integer page,
                                                                                        String token)
                                                                                 throws ApiException
        Get corporation starbases (POSes) Returns list of corporation starbases (POSes) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_starbases.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationStarbasesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStarbasesWithHttpInfo

        public ApiResponse<List<CorporationStarbasesResponse>> getCorporationsCorporationIdStarbasesWithHttpInfo​(Integer corporationId,
                                                                                                                 String datasource,
                                                                                                                 String ifNoneMatch,
                                                                                                                 Integer page,
                                                                                                                 String token)
                                                                                                          throws ApiException
        Get corporation starbases (POSes) Returns list of corporation starbases (POSes) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_starbases.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationStarbasesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStarbasesAsync

        public okhttp3.Call getCorporationsCorporationIdStarbasesAsync​(Integer corporationId,
                                                                       String datasource,
                                                                       String ifNoneMatch,
                                                                       Integer page,
                                                                       String token,
                                                                       ApiCallback<List<CorporationStarbasesResponse>> _callback)
                                                                throws ApiException
        Get corporation starbases (POSes) (asynchronously) Returns list of corporation starbases (POSes) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_starbases.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdStarbasesStarbaseIdCall

        public okhttp3.Call getCorporationsCorporationIdStarbasesStarbaseIdCall​(Integer corporationId,
                                                                                Long starbaseId,
                                                                                Integer systemId,
                                                                                String datasource,
                                                                                String ifNoneMatch,
                                                                                String token,
                                                                                ApiCallback _callback)
                                                                         throws ApiException
        Build call for getCorporationsCorporationIdStarbasesStarbaseId
        Parameters:
        corporationId - An EVE corporation ID (required)
        starbaseId - An EVE starbase (POS) ID (required)
        systemId - The solar system this starbase (POS) is located in, (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdStarbasesStarbaseId

        public CorporationStarbaseResponse getCorporationsCorporationIdStarbasesStarbaseId​(Integer corporationId,
                                                                                           Long starbaseId,
                                                                                           Integer systemId,
                                                                                           String datasource,
                                                                                           String ifNoneMatch,
                                                                                           String token)
                                                                                    throws ApiException
        Get starbase (POS) detail Returns various settings and fuels of a starbase (POS) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_starbases.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        starbaseId - An EVE starbase (POS) ID (required)
        systemId - The solar system this starbase (POS) is located in, (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        CorporationStarbaseResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStarbasesStarbaseIdWithHttpInfo

        public ApiResponse<CorporationStarbaseResponse> getCorporationsCorporationIdStarbasesStarbaseIdWithHttpInfo​(Integer corporationId,
                                                                                                                    Long starbaseId,
                                                                                                                    Integer systemId,
                                                                                                                    String datasource,
                                                                                                                    String ifNoneMatch,
                                                                                                                    String token)
                                                                                                             throws ApiException
        Get starbase (POS) detail Returns various settings and fuels of a starbase (POS) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_starbases.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        starbaseId - An EVE starbase (POS) ID (required)
        systemId - The solar system this starbase (POS) is located in, (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<CorporationStarbaseResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStarbasesStarbaseIdAsync

        public okhttp3.Call getCorporationsCorporationIdStarbasesStarbaseIdAsync​(Integer corporationId,
                                                                                 Long starbaseId,
                                                                                 Integer systemId,
                                                                                 String datasource,
                                                                                 String ifNoneMatch,
                                                                                 String token,
                                                                                 ApiCallback<CorporationStarbaseResponse> _callback)
                                                                          throws ApiException
        Get starbase (POS) detail (asynchronously) Returns various settings and fuels of a starbase (POS) --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_starbases.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        starbaseId - An EVE starbase (POS) ID (required)
        systemId - The solar system this starbase (POS) is located in, (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdStructuresCall

        public okhttp3.Call getCorporationsCorporationIdStructuresCall​(Integer corporationId,
                                                                       String acceptLanguage,
                                                                       String datasource,
                                                                       String ifNoneMatch,
                                                                       String language,
                                                                       Integer page,
                                                                       String token,
                                                                       ApiCallback _callback)
                                                                throws ApiException
        Build call for getCorporationsCorporationIdStructures
        Parameters:
        corporationId - An EVE corporation ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        language - Language to use in the response, takes precedence over Accept-Language (optional, default to en)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdStructures

        public List<CorporationStructuresResponse> getCorporationsCorporationIdStructures​(Integer corporationId,
                                                                                          String acceptLanguage,
                                                                                          String datasource,
                                                                                          String ifNoneMatch,
                                                                                          String language,
                                                                                          Integer page,
                                                                                          String token)
                                                                                   throws ApiException
        Get corporation structures Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming -on-february-13th --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager SSO Scope: esi-corporations.read_structures.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        language - Language to use in the response, takes precedence over Accept-Language (optional, default to en)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationStructuresResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStructuresWithHttpInfo

        public ApiResponse<List<CorporationStructuresResponse>> getCorporationsCorporationIdStructuresWithHttpInfo​(Integer corporationId,
                                                                                                                   String acceptLanguage,
                                                                                                                   String datasource,
                                                                                                                   String ifNoneMatch,
                                                                                                                   String language,
                                                                                                                   Integer page,
                                                                                                                   String token)
                                                                                                            throws ApiException
        Get corporation structures Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures-changes-coming -on-february-13th --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager SSO Scope: esi-corporations.read_structures.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        language - Language to use in the response, takes precedence over Accept-Language (optional, default to en)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationStructuresResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdStructuresAsync

        public okhttp3.Call getCorporationsCorporationIdStructuresAsync​(Integer corporationId,
                                                                        String acceptLanguage,
                                                                        String datasource,
                                                                        String ifNoneMatch,
                                                                        String language,
                                                                        Integer page,
                                                                        String token,
                                                                        ApiCallback<List<CorporationStructuresResponse>> _callback)
                                                                 throws ApiException
        Get corporation structures (asynchronously) Get a list of corporation structures. This route's version includes the changes to structures detailed in this blog: https://www.eveonline.com/article/upwell-2.0-structures -changes-coming-on-february-13th --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Station_Manager SSO Scope: esi-corporations.read_structures.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        acceptLanguage - Language to use in the response (optional, default to en)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        language - Language to use in the response, takes precedence over Accept-Language (optional, default to en)
        page - Which page of results to return (optional, default to 1)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsCorporationIdTitlesCall

        public okhttp3.Call getCorporationsCorporationIdTitlesCall​(Integer corporationId,
                                                                   String datasource,
                                                                   String ifNoneMatch,
                                                                   String token,
                                                                   ApiCallback _callback)
                                                            throws ApiException
        Build call for getCorporationsCorporationIdTitles
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsCorporationIdTitles

        public List<CorporationTitlesResponse> getCorporationsCorporationIdTitles​(Integer corporationId,
                                                                                  String datasource,
                                                                                  String ifNoneMatch,
                                                                                  String token)
                                                                           throws ApiException
        Get corporation titles Returns a corporation's titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        List<CorporationTitlesResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdTitlesWithHttpInfo

        public ApiResponse<List<CorporationTitlesResponse>> getCorporationsCorporationIdTitlesWithHttpInfo​(Integer corporationId,
                                                                                                           String datasource,
                                                                                                           String ifNoneMatch,
                                                                                                           String token)
                                                                                                    throws ApiException
        Get corporation titles Returns a corporation's titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        Returns:
        ApiResponse<List<CorporationTitlesResponse>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsCorporationIdTitlesAsync

        public okhttp3.Call getCorporationsCorporationIdTitlesAsync​(Integer corporationId,
                                                                    String datasource,
                                                                    String ifNoneMatch,
                                                                    String token,
                                                                    ApiCallback<List<CorporationTitlesResponse>> _callback)
                                                             throws ApiException
        Get corporation titles (asynchronously) Returns a corporation's titles --- This route is cached for up to 3600 seconds --- Requires one of the following EVE corporation role(s): Director SSO Scope: esi-corporations.read_titles.v1
        Parameters:
        corporationId - An EVE corporation ID (required)
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        token - Access token to use if unable to set a header (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • getCorporationsNpccorpsCall

        public okhttp3.Call getCorporationsNpccorpsCall​(String datasource,
                                                        String ifNoneMatch,
                                                        ApiCallback _callback)
                                                 throws ApiException
        Build call for getCorporationsNpccorps
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - Callback for upload/download progress
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • getCorporationsNpccorps

        public List<Integer> getCorporationsNpccorps​(String datasource,
                                                     String ifNoneMatch)
                                              throws ApiException
        Get npc corporations Get a list of npc corporations --- This route expires daily at 11:05
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        List<Integer>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsNpccorpsWithHttpInfo

        public ApiResponse<List<Integer>> getCorporationsNpccorpsWithHttpInfo​(String datasource,
                                                                              String ifNoneMatch)
                                                                       throws ApiException
        Get npc corporations Get a list of npc corporations --- This route expires daily at 11:05
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        Returns:
        ApiResponse<List<Integer>>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getCorporationsNpccorpsAsync

        public okhttp3.Call getCorporationsNpccorpsAsync​(String datasource,
                                                         String ifNoneMatch,
                                                         ApiCallback<List<Integer>> _callback)
                                                  throws ApiException
        Get npc corporations (asynchronously) Get a list of npc corporations --- This route expires daily at 11:05
        Parameters:
        datasource - The server name you would like data from (optional, default to tranquility)
        ifNoneMatch - ETag from a previous request. A 304 will be returned if this matches the current ETag (optional)
        _callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object