Set the schema for the file. This is a required parameter. @param schema the schema for the file. @return this
(TypeDescription schema)
| 723 | * @return this |
| 724 | */ |
| 725 | public WriterOptions setSchema(TypeDescription schema) { |
| 726 | this.schema = schema; |
| 727 | return this; |
| 728 | } |
| 729 | |
| 730 | /** |
| 731 | * Sets the version of the file that will be written. |
no outgoing calls