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,
String userAgent,
String xUserAgent)
Get attributes Get a list of dogma attribute ids --- This route expires
daily at 11:05
|
DogmaAttributeResponse |
getDogmaAttributesAttributeId(Integer attributeId,
String datasource,
String ifNoneMatch,
String userAgent,
String xUserAgent)
Get attribute information Get information on a dogma attribute --- This
route expires daily at 11:05
|
List<Integer> |
getDogmaEffects(String datasource,
String ifNoneMatch,
String userAgent,
String xUserAgent)
Get effects Get a list of dogma effect ids --- This route expires daily
at 11:05
|
DogmaEffectResponse |
getDogmaEffectsEffectId(Integer effectId,
String datasource,
String ifNoneMatch,
String userAgent,
String xUserAgent)
Get effect information Get information on a dogma effect --- 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 List<Integer> getDogmaAttributes(String datasource, String ifNoneMatch, String userAgent, String xUserAgent) 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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic DogmaAttributeResponse getDogmaAttributesAttributeId(Integer attributeId, String datasource, String ifNoneMatch, String userAgent, String xUserAgent) 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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic List<Integer> getDogmaEffects(String datasource, String ifNoneMatch, String userAgent, String xUserAgent) 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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callpublic DogmaEffectResponse getDogmaEffectsEffectId(Integer effectId, String datasource, String ifNoneMatch, String userAgent, String xUserAgent) 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)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2018. All Rights Reserved.