Class CollectionRepresentationModel<T extends org.springframework.hateoas.RepresentationModel<? super T>>

java.lang.Object
org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
pro.taskana.common.rest.models.CollectionRepresentationModel<T>
Direct Known Subclasses:
ClassificationCollectionRepresentationModel, ClassificationDefinitionCollectionRepresentationModel, DistributionTargetsCollectionRepresentationModel, PagedRepresentationModel, TaskCommentCollectionRepresentationModel, TaskSummaryCollectionRepresentationModel, UserCollectionRepresentationModel, WorkbasketAccessItemCollectionRepresentationModel, WorkbasketDefinitionCollectionRepresentationModel

public class CollectionRepresentationModel<T extends org.springframework.hateoas.RepresentationModel<? super T>> extends org.springframework.hateoas.RepresentationModel<CollectionRepresentationModel<T>>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CollectionRepresentationModel

      public CollectionRepresentationModel(Collection<T> content)
  • Method Details