Uses of Class
com.xero.models.project.ProjectUsers
-
Packages that use ProjectUsers Package Description com.xero.api.client com.xero.models.project -
-
Uses of ProjectUsers in com.xero.api.client
Methods in com.xero.api.client that return ProjectUsers Modifier and Type Method Description ProjectUsersProjectApi. getProjectUsers(String accessToken, String xeroTenantId, Integer page, Integer pageSize)Retrieves a list of all project users Allows you to retrieve the users on a projects. -
Uses of ProjectUsers in com.xero.models.project
Methods in com.xero.models.project that return ProjectUsers Modifier and Type Method Description ProjectUsersProjectUsers. addItemsItem(ProjectUser itemsItem)itemsProjectUsersProjectUsers. items(List<ProjectUser> items)itemsProjectUsersProjectUsers. pagination(Pagination pagination)pagination
-