public interface TableResponse
extends org.qi4j.api.value.ValueComposite
Modifier and Type | Method and Description |
---|---|
org.qi4j.api.property.Property<List<Problem>> |
errors() |
org.qi4j.api.property.Property<String> |
reqId() |
org.qi4j.api.property.Property<String> |
sig() |
org.qi4j.api.property.Property<String> |
status() |
org.qi4j.api.property.Property<Table> |
table() |
org.qi4j.api.property.Property<String> |
version() |
org.qi4j.api.property.Property<List<Problem>> |
warnings() |
@Optional org.qi4j.api.property.Property<String> version()
@Optional org.qi4j.api.property.Property<String> reqId()
org.qi4j.api.property.Property<String> status()
@Optional org.qi4j.api.property.Property<String> sig()
@Optional org.qi4j.api.property.Property<Table> table()