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
ConstructorsConstructorDescriptionClassificationSummaryPagedRepresentationModel(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata) -
Method Summary
Modifier and TypeMethodDescriptionthe embedded classifications.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
-
ClassificationSummaryPagedRepresentationModel
@ConstructorProperties({"classifications","page"}) public ClassificationSummaryPagedRepresentationModel(Collection<ClassificationSummaryRepresentationModel> content, PageMetadata pageMetadata)
-
-
Method Details
-
getContent
the embedded classifications.- Overrides:
getContentin classCollectionRepresentationModel<ClassificationSummaryRepresentationModel>
-