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 userAgent,
String xUserAgent)
Get attributes Get a list of dogma attribute ids --- Alternate route:
`/v1/dogma/attributes/` Alternate route:
`/legacy/dogma/attributes/` Alternate route:
`/dev/dogma/attributes/` --- This route is cached for up to
3600 seconds
|
DogmaAttributeResponse |
getDogmaAttributesAttributeId(Integer attributeId,
String datasource,
String userAgent,
String xUserAgent)
Get attribute information Get information on a dogma attribute ---
Alternate route: `/v1/dogma/attributes/{attribute_id}/`
Alternate route: `/legacy/dogma/attributes/{attribute_id}/`
Alternate route: `/dev/dogma/attributes/{attribute_id}/` ---
This route is cached for up to 3600 seconds
|
List<Integer> |
getDogmaEffects(String datasource,
String userAgent,
String xUserAgent)
Get effects Get a list of dogma effect ids --- Alternate route:
`/v1/dogma/effects/` Alternate route:
`/legacy/dogma/effects/` Alternate route:
`/dev/dogma/effects/` --- This route is cached for up to 3600
seconds
|
DogmaEffectResponse |
getDogmaEffectsEffectId(Integer effectId,
String datasource,
String userAgent,
String xUserAgent)
Get effect information Get information on a dogma effect --- Alternate
route: `/v1/dogma/effects/{effect_id}/` Alternate route:
`/legacy/dogma/effects/{effect_id}/` Alternate route:
`/dev/dogma/effects/{effect_id}/` --- This route is cached for
up to 3600 seconds
|
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 userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)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 userAgent, String xUserAgent) throws ApiException
attributeId - A dogma attribute ID (required)datasource - The server name you would like data from (optional, default to
tranquility)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 userAgent, String xUserAgent) throws ApiException
datasource - The server name you would like data from (optional, default to
tranquility)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 userAgent, String xUserAgent) throws ApiException
effectId - A dogma effect ID (required)datasource - The server name you would like data from (optional, default to
tranquility)userAgent - Client identifier, takes precedence over headers (optional)xUserAgent - Client identifier, takes precedence over User-Agent (optional)ApiException - if fails to make API callCopyright © 2017. All Rights Reserved.