Uses of Class
com.xero.models.project.Task
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.project |
-
Uses of Task in com.xero.api.client
-
Uses of Task in com.xero.models.project
Methods in com.xero.models.project that return Task Modifier and Type Method Description TaskTask. amountInvoiced(Amount amountInvoiced)TaskTask. amountToBeInvoiced(Amount amountToBeInvoiced)TaskTask. chargeType(ChargeType chargeType)TaskTask. estimateMinutes(Double estimateMinutes)TaskTask. fixedMinutes(Double fixedMinutes)TaskTask. minutesInvoiced(Double minutesInvoiced)TaskTask. minutesToBeInvoiced(Double minutesToBeInvoiced)TaskTask. name(String name)TaskTask. nonChargeableMinutes(Double nonChargeableMinutes)TaskTask. projectId(UUID projectId)TaskTask. rate(Amount rate)TaskTask. status(Task.StatusEnum status)TaskTask. taskId(UUID taskId)TaskTask. totalAmount(Amount totalAmount)TaskTask. totalMinutes(Double totalMinutes)Methods in com.xero.models.project that return types with arguments of type Task Modifier and Type Method Description List<Task>Tasks. getItems()Get itemsMethods in com.xero.models.project with parameters of type Task Modifier and Type Method Description TasksTasks. addItemsItem(Task itemsItem)