|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.evdb.javaapi.APIConfiguration
public class APIConfiguration
API Configuration constants
| Constructor Summary | |
|---|---|
APIConfiguration()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getApiKey()
Get the API key, after having stored it via setApiKey. |
static java.lang.String |
getBaseURL()
Base URL |
static java.lang.String |
getEvdbPassword()
|
static java.lang.String |
getEvdbUser()
Return te EVDB Username |
static void |
setApiKey(java.lang.String newApiKey)
Set the app key |
static java.lang.String |
setBaseURL(java.lang.String baseURL)
Base URL |
static void |
setEvdbPassword(java.lang.String evdbPassword)
Set the EVDB login password |
static void |
setEvdbUser(java.lang.String evdbUser)
Set the EVDB API username |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APIConfiguration()
| Method Detail |
|---|
public static void setApiKey(java.lang.String newApiKey)
newApiKey -
public static java.lang.String getApiKey()
throws EVDBRuntimeException
EVDBRuntimeExceptionpublic static java.lang.String getBaseURL()
public static java.lang.String setBaseURL(java.lang.String baseURL)
public static java.lang.String getEvdbPassword()
throws EVDBRuntimeException
EVDBRuntimeExceptionpublic static void setEvdbPassword(java.lang.String evdbPassword)
evdbPassword - the evdbPassword to set
public static java.lang.String getEvdbUser()
throws EVDBRuntimeException
EVDBRuntimeExceptionpublic static void setEvdbUser(java.lang.String evdbUser)
evdbUser - the evdbUser to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||