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
Constructors Constructor Description ClassificationCollectionRepresentationModel(Collection<ClassificationRepresentationModel> content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<ClassificationRepresentationModel>getContent()the embedded classifications.
-
-
-
Constructor Detail
-
ClassificationCollectionRepresentationModel
@ConstructorProperties("classifications") public ClassificationCollectionRepresentationModel(Collection<ClassificationRepresentationModel> content)
-
-
Method Detail
-
getContent
public Collection<ClassificationRepresentationModel> getContent()
the embedded classifications.- Overrides:
getContentin classCollectionRepresentationModel<ClassificationRepresentationModel>
-
-