Uses of Class
com.xero.models.project.Task
Packages that use Task
-
Uses of Task in com.xero.api.client
Methods in com.xero.api.client that return TaskModifier and TypeMethodDescriptionProjectApi.createTask(String accessToken, String xeroTenantId, UUID projectId, TaskCreateOrUpdate taskCreateOrUpdate, String idempotencyKey) Allows you to create a task Allows you to create a specific taskRetrieves a single project task Allows you to retrieve a specific project -
Uses of Task in com.xero.models.project
Methods in com.xero.models.project that return TaskModifier and TypeMethodDescriptionTask.amountInvoiced(Amount amountInvoiced) amountInvoicedTask.amountToBeInvoiced(Amount amountToBeInvoiced) amountToBeInvoicedTask.chargeType(ChargeType chargeType) chargeTypeTask.estimateMinutes(Integer estimateMinutes) An estimated time to perform the taskTask.fixedMinutes(Integer fixedMinutes) Minutes logged against this task if its charge type is `FIXED`.Task.minutesInvoiced(Integer minutesInvoiced) Minutes on this task which have been invoiced.Task.minutesToBeInvoiced(Integer minutesToBeInvoiced) Minutes on this task which have not been invoiced.Name of the task.Task.nonChargeableMinutes(Integer nonChargeableMinutes) Minutes logged against this task if its charge type is `NON_CHARGEABLE`.Identifier of the project task belongs to.rateTask.status(Task.StatusEnum status) Status of the task.Identifier of the task.Task.totalAmount(Amount totalAmount) totalAmountTask.totalMinutes(Integer totalMinutes) Total minutes which have been logged against the task.Methods in com.xero.models.project that return types with arguments of type TaskMethods in com.xero.models.project with parameters of type TaskMethod parameters in com.xero.models.project with type arguments of type Task