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
ConstructorsConstructorDescriptionWorkbasketSummaryPagedRepresentationModel(Collection<WorkbasketSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Method Summary
Methods inherited from class pro.taskana.common.rest.models.PagedRepresentationModel
getPageMetadataMethods 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
-
WorkbasketSummaryPagedRepresentationModel
@ConstructorProperties({"workbaskets","page"}) public WorkbasketSummaryPagedRepresentationModel(Collection<WorkbasketSummaryRepresentationModel> content, PageMetadata pageMetadata)
-
-
Method Details
-
getContent
- Overrides:
getContentin classCollectionRepresentationModel<WorkbasketSummaryRepresentationModel>
-