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)
DatabaseManager
setApiKey
in interface DatabaseManager
apiKey
- the API key to setpublic String getApiKey()
DatabaseManager
getApiKey
in interface DatabaseManager
public static DatabaseManagerImpl getInstance()
public boolean checkApiKey()
Copyright © 2024. All rights reserved.