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 Long |
spaceId |
protected ManualTaskState |
state |
protected Long |
type |
| Constructor and Description |
|---|
ManualTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Long> |
getActions() |
Long |
getContextEntityId()
The context entity ID links the manual task to the entity which caused its creation.
|
OffsetDateTime |
getCreatedOn()
The date and time when the object was created.
|
OffsetDateTime |
getExpiresOn()
The expiry date indicates until when the manual task has to be executed.
|
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.
|
Long |
getSpaceId() |
ManualTaskState |
getState()
The object's current state.
|
Long |
getType()
The type categorizes the manual task.
|
int |
hashCode() |
String |
toString() |
protected Long contextEntityId
protected OffsetDateTime createdOn
protected OffsetDateTime expiresOn
protected Long id
protected Long linkedSpaceId
protected OffsetDateTime plannedPurgeDate
protected Long spaceId
protected ManualTaskState state
protected Long type
public Long getContextEntityId()
public OffsetDateTime getCreatedOn()
public OffsetDateTime getExpiresOn()
public Long getId()
public Long getLinkedSpaceId()
public OffsetDateTime getPlannedPurgeDate()
public Long getSpaceId()
public ManualTaskState getState()
public Long getType()
Copyright © 2023. All rights reserved.