Interface UserFeedback.Builder

    • Method Detail

      • type

        UserFeedback.Builder type​(String type)

        Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.

        Parameters:
        type - Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeedbackType, FeedbackType
      • type

        UserFeedback.Builder type​(FeedbackType type)

        Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.

        Parameters:
        type - Optional Positive or Negative feedback submitted by the user about whether the recommendation is useful or not.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FeedbackType, FeedbackType