-
Method Summary
Methods inherited from interface dev.the_fireplace.lib.api.io.interfaces.Readable
readFrom
Methods inherited from interface dev.the_fireplace.lib.api.io.interfaces.Writable
writeTo
-
Method Details
-
getDatabase
Database name.
Required to match ^[a-zA-Z0-9_\-]+$
Dashes will be removed and capitals converted to lowercase.
-
getTable
Table name.
Required to match ^[a-zA-Z0-9_\-]+$
Dashes will be removed and capitals converted to lowercase.
-
getId
Object ID.
Required to match ^[a-zA-Z0-9_\-]+$
Dashes will be removed and capitals converted to lowercase.