All Superinterfaces:
Schema.Node
Enclosing interface:
Schema

public static interface Schema.Record extends Schema.Node
Record Definition.
  • Method Details

    • getFields

      List<Schema.Field> getFields()
      Returns an immutable, ordered list of field definitions.

      There will be at least one.

      Returns:
      a list of the field definitions within the record