Class CommentItResource.CommentsList

  • Enclosing class:
    CommentItResource

    public static class CommentItResource.CommentsList
    extends ListResult<Comment>
    JAXB object used to return a list of Comment objects.
    Since:
    8.0.0
    Version:
    $Revision: 24684 $ $Date: 2021-08-23 18:58:35 -0300 (Mon, 23 Aug 2021) $
    • Constructor Detail

      • CommentsList

        public CommentsList​(UriInfo uriInfo,
                            List<Comment> items,
                            int totalComments)
        Constructor that also initializes the ListResult
        Parameters:
        uriInfo - the UriInfo
        items - the list containing the Comment objects
        totalComments - The total amount of comments this item has as given by CommentItManager.getCommentsCount(String itemId, String serviceInstanceId).
        Since:
        8.0.0
      • CommentsList

        public CommentsList()
        Empty constructor used by the XmlAdapters
        Since:
        8.0.0
    • Method Detail

      • getItems

        public List<Comment> getItems()
        Description copied from class: ListResult
        Returns the backing list object for this result list.
        Overrides:
        getItems in class ListResult<Comment>
        Returns:
        the backing list object for this result list.