Class WorkbasketRepresentationModel
- java.lang.Object
-
- org.springframework.hateoas.RepresentationModel<WorkbasketSummaryRepresentationModel>
-
- pro.taskana.workbasket.rest.models.WorkbasketSummaryRepresentationModel
-
- pro.taskana.workbasket.rest.models.WorkbasketRepresentationModel
-
public class WorkbasketRepresentationModel extends WorkbasketSummaryRepresentationModel
EntityModel class forWorkbasket.
-
-
Constructor Summary
Constructors Constructor Description WorkbasketRepresentationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstantgetCreated()InstantgetModified()voidsetCreated(Instant created)voidsetModified(Instant modified)-
Methods inherited from class pro.taskana.workbasket.rest.models.WorkbasketSummaryRepresentationModel
getCustom1, getCustom2, getCustom3, getCustom4, getDescription, getDomain, getKey, getMarkedForDeletion, getName, getOrgLevel1, getOrgLevel2, getOrgLevel3, getOrgLevel4, getOwner, getType, getWorkbasketId, setCustom1, setCustom2, setCustom3, setCustom4, setDescription, setDomain, setKey, setMarkedForDeletion, setName, setOrgLevel1, setOrgLevel2, setOrgLevel3, setOrgLevel4, setOwner, setType, setWorkbasketId
-
-