Uses of Class
org.sakaiproject.conversations.api.beans.CommentTransferBean
-
Packages that use CommentTransferBean Package Description org.sakaiproject.conversations.api org.sakaiproject.conversations.api.beans -
-
Uses of CommentTransferBean in org.sakaiproject.conversations.api
Methods in org.sakaiproject.conversations.api that return CommentTransferBean Modifier and Type Method Description CommentTransferBeanConversationsService. saveComment(CommentTransferBean commentBean)Methods in org.sakaiproject.conversations.api that return types with arguments of type CommentTransferBean Modifier and Type Method Description Optional<CommentTransferBean>ConversationsService. getComment(String commentId)Methods in org.sakaiproject.conversations.api with parameters of type CommentTransferBean Modifier and Type Method Description CommentTransferBeanConversationsService. saveComment(CommentTransferBean commentBean) -
Uses of CommentTransferBean in org.sakaiproject.conversations.api.beans
Fields in org.sakaiproject.conversations.api.beans with type parameters of type CommentTransferBean Modifier and Type Field Description List<CommentTransferBean>PostTransferBean. commentsMethods in org.sakaiproject.conversations.api.beans that return CommentTransferBean Modifier and Type Method Description static CommentTransferBeanCommentTransferBean. of(ConversationsComment comment)
-