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
Constructors Constructor Description TaskCommentCollectionRepresentationModel(Collection<TaskCommentRepresentationModel> content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<TaskCommentRepresentationModel>getContent()The embedded task comments.
-
-
-
Constructor Detail
-
TaskCommentCollectionRepresentationModel
@ConstructorProperties("taskComments") public TaskCommentCollectionRepresentationModel(Collection<TaskCommentRepresentationModel> content)
-
-
Method Detail
-
getContent
public Collection<TaskCommentRepresentationModel> getContent()
The embedded task comments.- Overrides:
getContentin classCollectionRepresentationModel<TaskCommentRepresentationModel>
-
-