Class ChangeCommentRequest.Builder

  • Enclosing class:
    ChangeCommentRequest

    public static class ChangeCommentRequest.Builder
    extends Object
    • Method Detail

      • content

        public ChangeCommentRequest.Builder content​(@NotNull
                                                    @NotNull String content)
        Required. The new content of the comment to be changed. Can contain user mentions using syntax [@User:$userId] where $userId is the ID of mentioned user.
        Returns:
        this.
      • toString

        public String toString()
        Overrides:
        toString in class Object