Class WorkbasketSummaryPagedRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
-
- pro.taskana.common.rest.models.CollectionRepresentationModel<T>
-
- pro.taskana.common.rest.models.PagedRepresentationModel<WorkbasketSummaryRepresentationModel>
-
- pro.taskana.workbasket.rest.models.WorkbasketSummaryPagedRepresentationModel
-
public class WorkbasketSummaryPagedRepresentationModel extends PagedRepresentationModel<WorkbasketSummaryRepresentationModel>
-
-
Constructor Summary
Constructors Constructor Description WorkbasketSummaryPagedRepresentationModel(Collection<WorkbasketSummaryRepresentationModel> content, PageMetadata pageMetadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<WorkbasketSummaryRepresentationModel>getContent()the embedded workbaskets.-
Methods inherited from class pro.taskana.common.rest.models.PagedRepresentationModel
getPageMetadata
-
-
-
-
Constructor Detail
-
WorkbasketSummaryPagedRepresentationModel
@ConstructorProperties({"workbaskets","page"}) public WorkbasketSummaryPagedRepresentationModel(Collection<WorkbasketSummaryRepresentationModel> content, PageMetadata pageMetadata)
-
-
Method Detail
-
getContent
public Collection<WorkbasketSummaryRepresentationModel> getContent()
the embedded workbaskets.- Overrides:
getContentin classCollectionRepresentationModel<WorkbasketSummaryRepresentationModel>
-
-