Interface Connection.DefinitionStages.WithFieldDefinitionValues

All Known Subinterfaces:
Connection.Definition, Connection.DefinitionStages.WithCreate
Enclosing interface:
Connection.DefinitionStages

public static interface Connection.DefinitionStages.WithFieldDefinitionValues
The stage of the Connection definition allowing to specify fieldDefinitionValues.
  • Method Details

    • withFieldDefinitionValues

      Connection.DefinitionStages.WithCreate withFieldDefinitionValues(Map<String,String> fieldDefinitionValues)
      Specifies the fieldDefinitionValues property: Gets or sets the field definition properties of the connection..
      Parameters:
      fieldDefinitionValues - Gets or sets the field definition properties of the connection.
      Returns:
      the next definition stage.