Uses of Class
com.atlassian.crowd.integration.rest.entity.GroupEntity
Packages that use GroupEntity
Package
Description
-
Uses of GroupEntity in com.atlassian.crowd.integration.rest.entity
Methods in com.atlassian.crowd.integration.rest.entity that return GroupEntityModifier and TypeMethodDescriptionGroupEntityList.get(int index) GroupEventEntity.getGroup()GroupMembershipEventEntity.getGroup()static GroupEntityGroupEntity.newMinimalInstance(String groupName) Creates a new minimal group instance.Methods in com.atlassian.crowd.integration.rest.entity that return types with arguments of type GroupEntityConstructor parameters in com.atlassian.crowd.integration.rest.entity with type arguments of type GroupEntity -
Uses of GroupEntity in com.atlassian.crowd.integration.rest.util
Methods in com.atlassian.crowd.integration.rest.util that return GroupEntityModifier and TypeMethodDescriptionstatic GroupEntityEntityTranslator.toGroupEntity(Group group) Translates a Group to a GroupEntity.static GroupEntityEntityTranslator.toGroupEntity(Group group, Attributes attributes) Translates a Group with Attributes to a GroupEntity.