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