Uses of Class
com.xero.models.project.Tasks
-
Packages that use Tasks Package Description com.xero.api.client com.xero.models.project -
-
Uses of Tasks in com.xero.api.client
Methods in com.xero.api.client that return Tasks Modifier and Type Method Description TasksProjectApi. getTasks(String accessToken, String xeroTenantId, UUID projectId, Integer page, Integer pageSize, String taskIds, ChargeType chargeType)Retrieves all project tasks Allows you to retrieve a specific project -
Uses of Tasks in com.xero.models.project
Methods in com.xero.models.project that return Tasks Modifier and Type Method Description TasksTasks. addItemsItem(Task itemsItem)itemsTasksTasks. items(List<Task> items)itemsTasksTasks. pagination(Pagination pagination)pagination
-