Interface FieldValidationMessage.Builder

    • Method Detail

      • fieldName

        FieldValidationMessage.Builder fieldName​(String fieldName)

        The field name.

        Parameters:
        fieldName - The field name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        FieldValidationMessage.Builder identifier​(String identifier)

        The message ID.

        Parameters:
        identifier - The message ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        FieldValidationMessage.Builder title​(String title)

        The message title.

        Parameters:
        title - The message title.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • content

        FieldValidationMessage.Builder content​(String content)

        The message content.

        Parameters:
        content - The message content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        FieldValidationMessage.Builder type​(String type)

        The message type.

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