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