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