Uses of Class
com.xero.models.project.Projects
-
Packages that use Projects Package Description com.xero.api.client com.xero.models.project -
-
Uses of Projects in com.xero.api.client
Methods in com.xero.api.client that return Projects Modifier and Type Method Description ProjectsProjectApi. getProjects(String accessToken, String xeroTenantId, List<UUID> projectIds, UUID contactID, String states, Integer page, Integer pageSize)Retrieves all projects Allows you to retrieve, create and update projects. -
Uses of Projects in com.xero.models.project
Methods in com.xero.models.project that return Projects Modifier and Type Method Description ProjectsProjects. addItemsItem(Project itemsItem)itemsProjectsProjects. items(List<Project> items)itemsProjectsProjects. pagination(Pagination pagination)pagination
-