Set the schema on read type description. @since 1.1.0
(TypeDescription schema)
| 298 | * @since 1.1.0 |
| 299 | */ |
| 300 | public Options schema(TypeDescription schema) { |
| 301 | this.schema = schema; |
| 302 | return this; |
| 303 | } |
| 304 | |
| 305 | /** |
| 306 | * Set a row level filter. |
no outgoing calls