Interface ConnectionType.UpdateStages.WithFieldDefinitions

All Known Subinterfaces:
ConnectionType.Update
Enclosing interface:
ConnectionType.UpdateStages

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

    • withFieldDefinitions

      ConnectionType.Update 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.