Interface CommentMetadata.Builder

    • Method Detail

      • commentId

        CommentMetadata.Builder commentId​(String commentId)

        The ID of the comment.

        Parameters:
        commentId - The ID of the comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contributor

        CommentMetadata.Builder contributor​(User contributor)

        The user who made the comment.

        Parameters:
        contributor - The user who made the comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        CommentMetadata.Builder createdTimestamp​(Instant createdTimestamp)

        The timestamp that the comment was created.

        Parameters:
        createdTimestamp - The timestamp that the comment was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • recipientId

        CommentMetadata.Builder recipientId​(String recipientId)

        The ID of the user being replied to.

        Parameters:
        recipientId - The ID of the user being replied to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contributorId

        CommentMetadata.Builder contributorId​(String contributorId)

        The ID of the user who made the comment.

        Parameters:
        contributorId - The ID of the user who made the comment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.