Interface Connection.UpdateStages.WithFieldDefinitionValues

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

public static interface Connection.UpdateStages.WithFieldDefinitionValues
The stage of the Connection update allowing to specify fieldDefinitionValues.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFieldDefinitionValues(Map<String,String> fieldDefinitionValues)
    Specifies the fieldDefinitionValues property: Gets or sets the field definition values of the connection..
  • Method Details

    • withFieldDefinitionValues

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