Uses of Class
lumis.service.commentit.CommentItResource.CommentsItemList
-
Packages that use CommentItResource.CommentsItemList Package Description lumis.service.commentit -
-
Uses of CommentItResource.CommentsItemList in lumis.service.commentit
Methods in lumis.service.commentit that return CommentItResource.CommentsItemList Modifier and Type Method Description CommentItResource.CommentsItemList
CommentItResource. getCommentsItems(@NotNull String serviceInstanceId, @NotNull @NotEmpty List<String> itemIds, @NotNull Integer limit)
Get the newestComment
objects of the specified items, organized inCommentItResource.CommentsItem
structures, up to the specified amount.
-