public class DogmaApi extends Object
| Constructor and Description |
|---|
DogmaApi() |
DogmaApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
List<Integer> |
getDogmaAttributes(String datasource,
String ifNoneMatch)
Get attributes Get a list of dogma attribute ids --- This route expires
daily at 11:05
|
okhttp3.Call |
getDogmaAttributesAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get attributes (asynchronously) Get a list of dogma attribute ids ---
This route expires daily at 11:05
|
DogmaAttributeResponse |
getDogmaAttributesAttributeId(Integer attributeId,
String datasource,
String ifNoneMatch)
Get attribute information Get information on a dogma attribute --- This
route expires daily at 11:05
|
okhttp3.Call |
getDogmaAttributesAttributeIdAsync(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:05
|
okhttp3.Call |
getDogmaAttributesAttributeIdCall(Integer attributeId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaAttributesAttributeId
|
ApiResponse<DogmaAttributeResponse> |
getDogmaAttributesAttributeIdWithHttpInfo(Integer attributeId,
String datasource,
String ifNoneMatch)
Get attribute information Get information on a dogma attribute --- This
route expires daily at 11:05
|
okhttp3.Call |
getDogmaAttributesCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaAttributes
|
ApiResponse<List<Integer>> |
getDogmaAttributesWithHttpInfo(String datasource,
String ifNoneMatch)
Get attributes Get a list of dogma attribute ids --- This route expires
daily at 11:05
|
DogmaDynamicItemsResponse |
getDogmaDynamicItemsTypeIdItemId(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:05
|
okhttp3.Call |
getDogmaDynamicItemsTypeIdItemIdAsync(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:05
|
okhttp3.Call |
getDogmaDynamicItemsTypeIdItemIdCall(Long itemId,
Integer typeId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaDynamicItemsTypeIdItemId
|
ApiResponse<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:05
|
List<Integer> |
getDogmaEffects(String datasource,
String ifNoneMatch)
Get effects Get a list of dogma effect ids --- This route expires daily
at 11:05
|
okhttp3.Call |
getDogmaEffectsAsync(String datasource,
String ifNoneMatch,
ApiCallback<List<Integer>> _callback)
Get effects (asynchronously) Get a list of dogma effect ids --- This
route expires daily at 11:05
|
okhttp3.Call |
getDogmaEffectsCall(String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaEffects
|
DogmaEffectResponse |
getDogmaEffectsEffectId(Integer effectId,
String datasource,
String ifNoneMatch)
Get effect information Get information on a dogma effect --- This route
expires daily at 11:05
|
okhttp3.Call |
getDogmaEffectsEffectIdAsync(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:05
|
okhttp3.Call |
getDogmaEffectsEffectIdCall(Integer effectId,
String datasource,
String ifNoneMatch,
ApiCallback _callback)
Build call for getDogmaEffectsEffectId
|
ApiResponse<DogmaEffectResponse> |
getDogmaEffectsEffectIdWithHttpInfo(Integer effectId,
String datasource,
String ifNoneMatch)
Get effect information Get information on a dogma effect --- This route
expires daily at 11:05
|
ApiResponse<List<Integer>> |
getDogmaEffectsWithHttpInfo(String datasource,
String ifNoneMatch)
Get effects Get a list of dogma effect ids --- This route expires daily
at 11:05
|
void |
setApiClient(ApiClient apiClient) |
public DogmaApi()
public DogmaApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public okhttp3.Call getDogmaAttributesCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic List<Integer> getDogmaAttributes(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<Integer>> getDogmaAttributesWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getDogmaAttributesAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getDogmaAttributesAttributeIdCall(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic DogmaAttributeResponse getDogmaAttributesAttributeId(Integer attributeId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<DogmaAttributeResponse> getDogmaAttributesAttributeIdWithHttpInfo(Integer attributeId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getDogmaAttributesAttributeIdAsync(Integer attributeId, String datasource, String ifNoneMatch, ApiCallback<DogmaAttributeResponse> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getDogmaDynamicItemsTypeIdItemIdCall(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic DogmaDynamicItemsResponse getDogmaDynamicItemsTypeIdItemId(Long itemId, Integer typeId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<DogmaDynamicItemsResponse> getDogmaDynamicItemsTypeIdItemIdWithHttpInfo(Long itemId, Integer typeId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getDogmaDynamicItemsTypeIdItemIdAsync(Long itemId, Integer typeId, String datasource, String ifNoneMatch, ApiCallback<DogmaDynamicItemsResponse> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getDogmaEffectsCall(String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic List<Integer> getDogmaEffects(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<List<Integer>> getDogmaEffectsWithHttpInfo(String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getDogmaEffectsAsync(String datasource, String ifNoneMatch, ApiCallback<List<Integer>> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectpublic okhttp3.Call getDogmaEffectsEffectIdCall(Integer effectId, String datasource, String ifNoneMatch, ApiCallback _callback) throws ApiException
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 progressApiException - If fail to serialize the request body objectpublic DogmaEffectResponse getDogmaEffectsEffectId(Integer effectId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic ApiResponse<DogmaEffectResponse> getDogmaEffectsEffectIdWithHttpInfo(Integer effectId, String datasource, String ifNoneMatch) throws ApiException
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)ApiException - If fail to call the API, e.g. server error or cannot
deserialize the response bodypublic okhttp3.Call getDogmaEffectsEffectIdAsync(Integer effectId, String datasource, String ifNoneMatch, ApiCallback<DogmaEffectResponse> _callback) throws ApiException
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 finishesApiException - If fail to process the API call, e.g. serializing the request
body objectCopyright © 2021. All Rights Reserved.