Uses of Class
com.gooddata.project.User
-
Packages that use User Package Description com.gooddata.project -
-
Uses of User in com.gooddata.project
Methods in com.gooddata.project that return User Modifier and Type Method Description UserProjectService. addUserToProject(Project project, Account account, Role... userRoles)Add user in to the projectUserProjectService. getUser(Project project, Account account)get user in projectMethods in com.gooddata.project that return types with arguments of type User Modifier and Type Method Description com.gooddata.collections.PageableList<User>ProjectService. listUsers(Project project)Get first page of paged list of users by given project.com.gooddata.collections.PageableList<User>ProjectService. listUsers(Project project, com.gooddata.collections.Page startPage)Get defined page of paged list of users by given project.Methods in com.gooddata.project with parameters of type User Modifier and Type Method Description voidProjectService. updateUserInProject(Project project, User... users)Update user in the project
-