admin-data-explorer-api
admin-data-explorer-api
net.wiringbits.webapp.utils.api
AdminDataExplorerApiClient
AdminDataExplorerApiClient
Config
DefaultImpl
net.wiringbits.webapp.utils.api.models
AdminCreateTableRequest
AdminCreateTableResponse
AdminDeleteTableResponse
AdminFindTableResponse
AdminGetTableMetadataResponse
AdminGetTableMetadataResponse
Cell
TableField
TableRow
AdminGetTablesResponse
AdminGetTablesResponse
DatabaseTable
AdminUpdateTableRequest
AdminUpdateTableResponse
ErrorResponse
PlayErrorResponse
PlayErrorResponse
PlayError
admin-data-explorer-api
/
net.wiringbits.webapp.utils.api.models
/
AdminGetTableMetadataResponse
AdminGetTableMetadataResponse
object
AdminGetTableMetadataResponse
Companion
class
Graph
Supertypes
Self type
trait
Product
trait
Mirror
class
Object
trait
Matchable
class
Any
AdminGetTableMetadataResponse
Type members
Implicits
Type members
Classlikes
case
class
Cell
(value:
String
)
case
class
TableField
(name:
String
, `type`:
String
)
case
class
TableRow
(data:
List
[
Cell
])
Inherited types
type
MirroredElemLabels
<:
Tuple
The names of the product elements
The names of the product elements
Inherited from
Mirror
type
MirroredLabel
<:
String
The name of the type
The name of the type
Inherited from
Mirror
Implicits
Implicits
implicit
val
adminGetCellMetadataFormat
:
Format
[
Cell
]
implicit
val
adminGetColumnMetadataFormat
:
Format
[
TableField
]
implicit
val
adminGetRowMetadataFormat
:
Format
[
TableRow
]
implicit
val
adminGetTableMetadataResponseFormat
:
Format
[
AdminGetTableMetadataResponse
]