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