| Package | Description |
|---|---|
| com.atlassian.crowd.integration.rest.entity | |
| com.atlassian.crowd.integration.rest.util |
| Modifier and Type | Method and Description |
|---|---|
UserEntityList |
MembershipEntity.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
MembershipEntity.setUsers(UserEntityList users) |
| Constructor and Description |
|---|
MembershipEntity(UserEntityList users,
GroupEntityList groups) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EntityTranslator.toNameList(UserEntityList userEntityList)
Transforms UserEntityList into a list of usernames.
|
static List<User> |
EntityTranslator.toUserList(UserEntityList userEntityList)
Transforms UserEntityList into a list of users.
|
static List<UserWithAttributes> |
EntityTranslator.toUserWithAttributesList(UserEntityList userEntityList)
Transforms UserEntityList into a list of users with attributes.
|
Copyright © 2019 Atlassian. All rights reserved.