Task |
Task.amountInvoiced(Amount amountInvoiced) |
amountInvoiced
|
Task |
Task.amountToBeInvoiced(Amount amountToBeInvoiced) |
amountToBeInvoiced
|
Task |
Task.chargeType(ChargeType chargeType) |
chargeType
|
Task |
Task.estimateMinutes(Double estimateMinutes) |
An estimated time to perform the task
|
Task |
Task.fixedMinutes(Double fixedMinutes) |
Minutes logged against this task if its charge type is `FIXED`.
|
Task |
Task.minutesInvoiced(Double minutesInvoiced) |
Minutes on this task which have been invoiced.
|
Task |
Task.minutesToBeInvoiced(Double minutesToBeInvoiced) |
Minutes on this task which have not been invoiced.
|
Task |
Task.name(String name) |
Name of the task.
|
Task |
Task.nonChargeableMinutes(Double nonChargeableMinutes) |
Minutes logged against this task if its charge type is `NON_CHARGEABLE`.
|
Task |
Task.projectId(UUID projectId) |
Identifier of the project task belongs to.
|
Task |
Task.rate(Amount rate) |
rate
|
Task |
Task.status(Task.StatusEnum status) |
Status of the task.
|
Task |
Task.taskId(UUID taskId) |
Identifier of the task.
|
Task |
Task.totalAmount(Amount totalAmount) |
totalAmount
|
Task |
Task.totalMinutes(Double totalMinutes) |
Total minutes which have been logged against the task.
|