Package net.troja.eve.esi.api
Class DogmaApi
- java.lang.Object
-
- net.troja.eve.esi.api.DogmaApi
-
public class DogmaApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()List<Integer>getDogmaAttributes(String datasource, String ifNoneMatch)Get attributes Get a list of dogma attribute ids --- This route expires daily at 11:05okhttp3.CallgetDogmaAttributesAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback)Get attributes (asynchronously) Get a list of dogma attribute ids --- This route expires daily at 11:05DogmaAttributeResponsegetDogmaAttributesAttributeId(Integer attributeId, String datasource, String ifNoneMatch)Get attribute information Get information on a dogma attribute --- This route expires daily at 11:05okhttp3.CallgetDogmaAttributesAttributeIdAsync(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback<DogmaAttributeResponse> _callback)Get attribute information (asynchronously) Get information on a dogma attribute --- This route expires daily at 11:05okhttp3.CallgetDogmaAttributesAttributeIdCall(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getDogmaAttributesAttributeIdApiResponse<DogmaAttributeResponse>getDogmaAttributesAttributeIdWithHttpInfo(Integer attributeId, String datasource, String ifNoneMatch)Get attribute information Get information on a dogma attribute --- This route expires daily at 11:05okhttp3.CallgetDogmaAttributesCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getDogmaAttributesApiResponse<List<Integer>>getDogmaAttributesWithHttpInfo(String datasource, String ifNoneMatch)Get attributes Get a list of dogma attribute ids --- This route expires daily at 11:05DogmaDynamicItemsResponsegetDogmaDynamicItemsTypeIdItemId(Long itemId, Integer typeId, String datasource, String ifNoneMatch)Get dynamic item information Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05okhttp3.CallgetDogmaDynamicItemsTypeIdItemIdAsync(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback<DogmaDynamicItemsResponse> _callback)Get dynamic item information (asynchronously) Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05okhttp3.CallgetDogmaDynamicItemsTypeIdItemIdCall(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getDogmaDynamicItemsTypeIdItemIdApiResponse<DogmaDynamicItemsResponse>getDogmaDynamicItemsTypeIdItemIdWithHttpInfo(Long itemId, Integer typeId, String datasource, String ifNoneMatch)Get dynamic item information Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05List<Integer>getDogmaEffects(String datasource, String ifNoneMatch)Get effects Get a list of dogma effect ids --- This route expires daily at 11:05okhttp3.CallgetDogmaEffectsAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback)Get effects (asynchronously) Get a list of dogma effect ids --- This route expires daily at 11:05okhttp3.CallgetDogmaEffectsCall(String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getDogmaEffectsDogmaEffectResponsegetDogmaEffectsEffectId(Integer effectId, String datasource, String ifNoneMatch)Get effect information Get information on a dogma effect --- This route expires daily at 11:05okhttp3.CallgetDogmaEffectsEffectIdAsync(Integer effectId, String datasource, String ifNoneMatch, ApiCallback<DogmaEffectResponse> _callback)Get effect information (asynchronously) Get information on a dogma effect --- This route expires daily at 11:05okhttp3.CallgetDogmaEffectsEffectIdCall(Integer effectId, String datasource, String ifNoneMatch, ApiCallback _callback)Build call for getDogmaEffectsEffectIdApiResponse<DogmaEffectResponse>getDogmaEffectsEffectIdWithHttpInfo(Integer effectId, String datasource, String ifNoneMatch)Get effect information Get information on a dogma effect --- This route expires daily at 11:05ApiResponse<List<Integer>>getDogmaEffectsWithHttpInfo(String datasource, String ifNoneMatch)Get effects Get a list of dogma effect ids --- This route expires daily at 11:05voidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
DogmaApi
public DogmaApi()
-
DogmaApi
public DogmaApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getDogmaAttributesCall
public okhttp3.Call getDogmaAttributesCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getDogmaAttributes- 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
-
getDogmaAttributes
public List<Integer> getDogmaAttributes(String datasource, String ifNoneMatch) throws ApiException
Get attributes Get a list of dogma attribute ids --- 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
-
getDogmaAttributesWithHttpInfo
public ApiResponse<List<Integer>> getDogmaAttributesWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
Get attributes Get a list of dogma attribute ids --- 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
-
getDogmaAttributesAsync
public okhttp3.Call getDogmaAttributesAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
Get attributes (asynchronously) Get a list of dogma attribute ids --- 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
-
getDogmaAttributesAttributeIdCall
public okhttp3.Call getDogmaAttributesAttributeIdCall(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getDogmaAttributesAttributeId- Parameters:
attributeId- A dogma attribute 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
-
getDogmaAttributesAttributeId
public DogmaAttributeResponse getDogmaAttributesAttributeId(Integer attributeId, String datasource, String ifNoneMatch) throws ApiException
Get attribute information Get information on a dogma attribute --- This route expires daily at 11:05- Parameters:
attributeId- A dogma attribute 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:
- DogmaAttributeResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getDogmaAttributesAttributeIdWithHttpInfo
public ApiResponse<DogmaAttributeResponse> getDogmaAttributesAttributeIdWithHttpInfo(Integer attributeId, String datasource, String ifNoneMatch) throws ApiException
Get attribute information Get information on a dogma attribute --- This route expires daily at 11:05- Parameters:
attributeId- A dogma attribute 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<DogmaAttributeResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getDogmaAttributesAttributeIdAsync
public okhttp3.Call getDogmaAttributesAttributeIdAsync(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback<DogmaAttributeResponse> _callback) throws ApiException
Get attribute information (asynchronously) Get information on a dogma attribute --- This route expires daily at 11:05- Parameters:
attributeId- A dogma attribute 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
-
getDogmaDynamicItemsTypeIdItemIdCall
public okhttp3.Call getDogmaDynamicItemsTypeIdItemIdCall(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getDogmaDynamicItemsTypeIdItemId- Parameters:
itemId- item_id integer (required)typeId- type_id integer (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
-
getDogmaDynamicItemsTypeIdItemId
public DogmaDynamicItemsResponse getDogmaDynamicItemsTypeIdItemId(Long itemId, Integer typeId, String datasource, String ifNoneMatch) throws ApiException
Get dynamic item information Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05- Parameters:
itemId- item_id integer (required)typeId- type_id integer (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:
- DogmaDynamicItemsResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getDogmaDynamicItemsTypeIdItemIdWithHttpInfo
public ApiResponse<DogmaDynamicItemsResponse> getDogmaDynamicItemsTypeIdItemIdWithHttpInfo(Long itemId, Integer typeId, String datasource, String ifNoneMatch) throws ApiException
Get dynamic item information Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05- Parameters:
itemId- item_id integer (required)typeId- type_id integer (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<DogmaDynamicItemsResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getDogmaDynamicItemsTypeIdItemIdAsync
public okhttp3.Call getDogmaDynamicItemsTypeIdItemIdAsync(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback<DogmaDynamicItemsResponse> _callback) throws ApiException
Get dynamic item information (asynchronously) Returns info about a dynamic item resulting from mutation with a mutaplasmid. --- This route expires daily at 11:05- Parameters:
itemId- item_id integer (required)typeId- type_id integer (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
-
getDogmaEffectsCall
public okhttp3.Call getDogmaEffectsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getDogmaEffects- 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
-
getDogmaEffects
public List<Integer> getDogmaEffects(String datasource, String ifNoneMatch) throws ApiException
Get effects Get a list of dogma effect ids --- 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
-
getDogmaEffectsWithHttpInfo
public ApiResponse<List<Integer>> getDogmaEffectsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
Get effects Get a list of dogma effect ids --- 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
-
getDogmaEffectsAsync
public okhttp3.Call getDogmaEffectsAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
Get effects (asynchronously) Get a list of dogma effect ids --- 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
-
getDogmaEffectsEffectIdCall
public okhttp3.Call getDogmaEffectsEffectIdCall(Integer effectId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
Build call for getDogmaEffectsEffectId- Parameters:
effectId- A dogma effect 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
-
getDogmaEffectsEffectId
public DogmaEffectResponse getDogmaEffectsEffectId(Integer effectId, String datasource, String ifNoneMatch) throws ApiException
Get effect information Get information on a dogma effect --- This route expires daily at 11:05- Parameters:
effectId- A dogma effect 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:
- DogmaEffectResponse
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getDogmaEffectsEffectIdWithHttpInfo
public ApiResponse<DogmaEffectResponse> getDogmaEffectsEffectIdWithHttpInfo(Integer effectId, String datasource, String ifNoneMatch) throws ApiException
Get effect information Get information on a dogma effect --- This route expires daily at 11:05- Parameters:
effectId- A dogma effect 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<DogmaEffectResponse>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
getDogmaEffectsEffectIdAsync
public okhttp3.Call getDogmaEffectsEffectIdAsync(Integer effectId, String datasource, String ifNoneMatch, ApiCallback<DogmaEffectResponse> _callback) throws ApiException
Get effect information (asynchronously) Get information on a dogma effect --- This route expires daily at 11:05- Parameters:
effectId- A dogma effect 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
-
-