Uses of Class
com.atlassian.crowd.integration.rest.entity.GroupEntityList
Packages that use GroupEntityList
Package
Description
-
Uses of GroupEntityList in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return GroupEntityListModifier and TypeMethodDescriptionGroupMembershipEventEntity.getChildGroups()MembershipEntity.getGroups()GroupMembershipEventEntity.getParentGroups()UserMembershipEventEntity.getParentGroups()Methods in com.atlassian.crowd.integration.rest.entity with parameters of type GroupEntityListConstructors in com.atlassian.crowd.integration.rest.entity with parameters of type GroupEntityList -
Uses of GroupEntityList in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util with parameters of type GroupEntityListModifier and TypeMethodDescriptionEntityTranslator.toGroupList(GroupEntityList groupEntityList) Transforms GroupEntityList into a list of groups.static List<GroupWithAttributes>EntityTranslator.toGroupWithAttributesList(GroupEntityList groupEntityList) Transforms GroupEntityList into a list of groups with attributes.EntityTranslator.toNameList(GroupEntityList groupEntityList) Transforms GroupEntityList into a list of group names.