Package pro.taskana.task.rest.models
Class TaskCommentCollectionRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
pro.taskana.common.rest.models.CollectionRepresentationModel<TaskCommentRepresentationModel>
pro.taskana.task.rest.models.TaskCommentCollectionRepresentationModel
public class TaskCommentCollectionRepresentationModel
extends CollectionRepresentationModel<TaskCommentRepresentationModel>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionThe embedded task comments.Methods inherited from class org.springframework.hateoas.RepresentationModel
add, add, add, addAllIf, addIf, equals, getLink, getLink, getLinks, getLinks, getLinks, getRequiredLink, getRequiredLink, hashCode, hasLink, hasLink, hasLinks, mapLink, mapLinkIf, of, of, removeLinks, toString
-
Constructor Details
-
TaskCommentCollectionRepresentationModel
@ConstructorProperties("taskComments") public TaskCommentCollectionRepresentationModel(Collection<TaskCommentRepresentationModel> content)
-
-
Method Details
-
getContent
The embedded task comments.- Overrides:
getContentin classCollectionRepresentationModel<TaskCommentRepresentationModel>
-