Interface DashboardValidationMessage.Builder

    • Method Detail

      • dataPath

        DashboardValidationMessage.Builder dataPath​(String dataPath)

        The data path related to the message.

        Parameters:
        dataPath - The data path related to the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        DashboardValidationMessage.Builder message​(String message)

        A message describing the error or warning.

        Parameters:
        message - A message describing the error or warning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.