Uses of Class
com.atlassian.crowd.model.group.ImmutableGroup
Packages that use ImmutableGroup
-
Uses of ImmutableGroup in com.atlassian.crowd.manager.permission
Fields in com.atlassian.crowd.manager.permission declared as ImmutableGroupModifier and TypeFieldDescriptionprotected final ImmutableGroupGroupAdministrationMapping.targetGroup -
Uses of ImmutableGroup in com.atlassian.crowd.model.group
Methods in com.atlassian.crowd.model.group that return ImmutableGroupModifier and TypeMethodDescriptionImmutableGroup.Builder.build()static ImmutableGroupGroupWithMembershipChanges.getGroup()Methods in com.atlassian.crowd.model.group with parameters of type ImmutableGroupModifier and TypeMethodDescriptionGroupWithMembershipChanges.Builder.setGroup(ImmutableGroup group) Constructors in com.atlassian.crowd.model.group with parameters of type ImmutableGroupModifierConstructorDescriptionprotectedGroupWithMembershipChanges(ImmutableGroup group, Iterable<String> userChildrenIdsToAdd, Iterable<String> userChildrenIdsToDelete, Iterable<String> groupChildrenIdsToAdd, Iterable<String> groupChildrenIdsToDelete)