Class ClassificationCollectionRepresentationModel
java.lang.Object
org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
pro.taskana.common.rest.models.CollectionRepresentationModel<ClassificationRepresentationModel>
pro.taskana.classification.rest.models.ClassificationCollectionRepresentationModel
public class ClassificationCollectionRepresentationModel
extends CollectionRepresentationModel<ClassificationRepresentationModel>
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionthe embedded classifications.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
-
ClassificationCollectionRepresentationModel
@ConstructorProperties("classifications") public ClassificationCollectionRepresentationModel(Collection<ClassificationRepresentationModel> content)
-
-
Method Details
-
getContent
the embedded classifications.- Overrides:
getContentin classCollectionRepresentationModel<ClassificationRepresentationModel>
-