public class OvhTask extends Object
| Modifier and Type | Field and Description |
|---|---|
OvhActionType |
action
This Task description
canBeNull && readOnly
|
Date |
doneDate
When was this Task done
canBeNull && readOnly
|
Date |
lastUpdate
The last time this Task was updated
canBeNull && readOnly
|
String |
name
This Task name
canBeNull && readOnly
|
OvhTaskStateEnum |
status
Current Taks status
canBeNull && readOnly
|
Long |
taskId
This Task id
canBeNull && readOnly
|
Date |
todoDate
When was this Task created
canBeNull && readOnly
|
| Constructor and Description |
|---|
OvhTask() |
public Date lastUpdate
public String name
public Date todoDate
public OvhActionType action
public Date doneDate
public Long taskId
public OvhTaskStateEnum status
Copyright © 2017. All rights reserved.