Uses of Class
com.atlassian.crowd.integration.rest.entity.UserEntityList
Packages that use UserEntityList
Package
Description
-
Uses of UserEntityList in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return UserEntityListMethods in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntityListConstructors in com.atlassian.crowd.integration.rest.entity with parameters of type UserEntityList -
Uses of UserEntityList in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util with parameters of type UserEntityListModifier and TypeMethodDescriptionEntityTranslator.toNameList(UserEntityList userEntityList) Transforms UserEntityList into a list of usernames.EntityTranslator.toUserList(UserEntityList userEntityList) Transforms UserEntityList into a list of users.static List<UserWithAttributes>EntityTranslator.toUserWithAttributesList(UserEntityList userEntityList) Transforms UserEntityList into a list of users with attributes.