public class DatabaseManagerImpl extends Object implements DatabaseManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkApiKey() |
String |
getApiKey()
Gets the API key.
|
static DatabaseManagerImpl |
getInstance()
Singleton implementation of the database class.
|
void |
setApiKey(String apiKey)
Sets the API key.
|
public void setApiKey(String apiKey)
DatabaseManagersetApiKey in interface DatabaseManagerapiKey - the API key to setpublic String getApiKey()
DatabaseManagergetApiKey in interface DatabaseManagerpublic static DatabaseManagerImpl getInstance()
public boolean checkApiKey()
Copyright © 2024. All rights reserved.