public class ManualTask extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
actions |
protected Long |
contextEntityId |
protected OffsetDateTime |
createdOn |
protected OffsetDateTime |
expiresOn |
protected Long |
id |
protected Long |
linkedSpaceId |
protected OffsetDateTime |
plannedPurgeDate |
protected ManualTaskState |
state |
protected Long |
type |
| Constructor and Description |
|---|
ManualTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Long> |
getActions()
The actions that can be triggered to handle the manual task.
|
Long |
getContextEntityId()
The ID of the entity the manual task is linked to.
|
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
OffsetDateTime |
getExpiresOn()
The date and time until when the manual task has to be handled.
|
Long |
getId()
A unique identifier for the object.
|
Long |
getLinkedSpaceId()
The ID of the space this object belongs to.
|
OffsetDateTime |
getPlannedPurgeDate()
The date and time when the object is planned to be permanently removed.
|
ManualTaskState |
getState()
The object's current state.
|
Long |
getType()
The manual task's type.
|
int |
hashCode() |
String |
toString() |
protected Long contextEntityId
protected OffsetDateTime createdOn
protected OffsetDateTime expiresOn
protected Long id
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected ManualTaskState state
protected Long type
public List<Long> getActions()
public Long getContextEntityId()
public OffsetDateTime getCreatedOn()
public OffsetDateTime getExpiresOn()
public Long getId()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public ManualTaskState getState()
public Long getType()
Copyright © 2024. All rights reserved.