Package pro.taskana.task.rest.models
Class TaskSummaryCollectionRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
pro.taskana.common.rest.models.CollectionRepresentationModel<TaskSummaryRepresentationModel>
pro.taskana.task.rest.models.TaskSummaryCollectionRepresentationModel
public class TaskSummaryCollectionRepresentationModel
extends CollectionRepresentationModel<TaskSummaryRepresentationModel>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
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
-
TaskSummaryCollectionRepresentationModel
@ConstructorProperties("tasks") public TaskSummaryCollectionRepresentationModel(Collection<TaskSummaryRepresentationModel> content)
-
-
Method Details
-
getContent
- Overrides:
getContentin classCollectionRepresentationModel<TaskSummaryRepresentationModel>
-