Interface FileValidationMessage.Builder

    • Method Detail

      • title

        FileValidationMessage.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

        FileValidationMessage.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

        FileValidationMessage.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.