Package | Description |
---|---|
com.atlassian.crowd.integration.rest.entity | |
com.atlassian.crowd.integration.rest.util |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
GroupEntityList.get(int index) |
GroupEntity |
GroupEventEntity.getGroup() |
GroupEntity |
GroupMembershipEventEntity.getGroup() |
static GroupEntity |
GroupEntity.newMinimalInstance(String groupName)
Creates a new minimal group instance.
|
Modifier and Type | Method and Description |
---|---|
Iterator<GroupEntity> |
GroupEntityList.iterator() |
Constructor and Description |
---|
GroupEntityList(List<GroupEntity> groups) |
Modifier and Type | Method and Description |
---|---|
static GroupEntity |
EntityTranslator.toGroupEntity(Group group)
Translates a Group to a GroupEntity.
|
static GroupEntity |
EntityTranslator.toGroupEntity(Group group,
Attributes attributes)
Translates a Group with Attributes to a GroupEntity.
|
Copyright © 2020 Atlassian. All rights reserved.