Interface FieldValidationConfiguration.Builder

    • Method Detail

      • type

        FieldValidationConfiguration.Builder type​(String 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

        FieldValidationConfiguration.Builder strValues​(Collection<String> 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

        FieldValidationConfiguration.Builder strValues​(String... 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

        FieldValidationConfiguration.Builder numValues​(Collection<Integer> 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

        FieldValidationConfiguration.Builder numValues​(Integer... 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.