Interface ConnectionType.DefinitionStages.WithFieldDefinitions

All Known Subinterfaces:
ConnectionType.Definition
Enclosing interface:
ConnectionType.DefinitionStages

public static interface ConnectionType.DefinitionStages.WithFieldDefinitions
The stage of the ConnectionType definition allowing to specify fieldDefinitions.
  • Method Details

    • withFieldDefinitions

      ConnectionType.DefinitionStages.WithCreate withFieldDefinitions(Map<String,FieldDefinition> fieldDefinitions)
      Specifies the fieldDefinitions property: Gets or sets the field definitions of the connection type..
      Parameters:
      fieldDefinitions - Gets or sets the field definitions of the connection type.
      Returns:
      the next definition stage.