Interface FieldValidationConfiguration.Builder

  • Method Details

    • type

      The validation to perform on an object type.

      Parameters:
      type - The validation to perform on an object type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • strValues

      The validation to perform on a string value.

      Parameters:
      strValues - The validation to perform on a string value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • strValues

      The validation to perform on a string value.

      Parameters:
      strValues - The validation to perform on a string value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numValues

      The validation to perform on a number value.

      Parameters:
      numValues - The validation to perform on a number value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • numValues

      The validation to perform on a number value.

      Parameters:
      numValues - The validation to perform on a number value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationMessage

      FieldValidationConfiguration.Builder validationMessage(String validationMessage)

      The validation message to display.

      Parameters:
      validationMessage - The validation message to display.
      Returns:
      Returns a reference to this object so that method calls can be chained together.