setNestedRecordListSchema method

void setNestedRecordListSchema(
  1. RecordSchema schema,
  2. String name
)

Define a schema for RecordList to be nested as a field in Record or RecordList.

Implementation

void setNestedRecordListSchema(RecordSchema schema, String name){
  _nestedRecordListSchemata[name] = schema;
}