Package | Description |
---|---|
com.atlassian.crowd.manager.permission | |
com.atlassian.crowd.model.group |
Modifier and Type | Field and Description |
---|---|
protected ImmutableGroup |
GroupAdministrationMapping.targetGroup |
Modifier and Type | Method and Description |
---|---|
ImmutableGroup |
ImmutableGroup.Builder.build() |
static ImmutableGroup |
ImmutableGroup.from(Group group) |
ImmutableGroup |
GroupWithMembershipChanges.getGroup() |
Modifier and Type | Method and Description |
---|---|
GroupWithMembershipChanges.Builder |
GroupWithMembershipChanges.Builder.setGroup(ImmutableGroup group) |
Constructor and Description |
---|
GroupWithMembershipChanges(ImmutableGroup group,
Iterable<String> userChildrenIdsToAdd,
Iterable<String> userChildrenIdsToDelete,
Iterable<String> groupChildrenIdsToAdd,
Iterable<String> groupChildrenIdsToDelete) |
Copyright © 2020 Atlassian. All rights reserved.