| Modifier and Type | Method and Description |
|---|---|
static DirectoryEntityId |
DirectoryEntityId.fromDirectoryEntity(DirectoryEntity entity) |
static DirectoryEntityId |
DirectoryEntityId.fromGroup(Group group) |
static DirectoryEntityId |
DirectoryEntityId.fromString(String identifier) |
static DirectoryEntityId |
DirectoryEntityId.fromUser(com.atlassian.crowd.embedded.api.User user) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntityId |
GroupData.getId() |
| Modifier and Type | Method and Description |
|---|---|
List<DirectoryEntityId> |
GroupIdentifiersEntityList.getGroupIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
GroupData.Builder |
GroupData.Builder.setId(DirectoryEntityId id) |
| Constructor and Description |
|---|
GroupData(DirectoryEntityId id,
String displayName,
String description,
DirectoryData directory) |
| Constructor and Description |
|---|
GroupIdentifiersEntityList(List<DirectoryEntityId> groupIdentifiers) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntityId |
UserData.getId() |
| Modifier and Type | Method and Description |
|---|---|
List<DirectoryEntityId> |
UserIdentifiersEntityList.getUserIdentifiers() |
| Modifier and Type | Method and Description |
|---|---|
UserData.Builder |
UserData.Builder.setId(DirectoryEntityId id) |
| Constructor and Description |
|---|
UserData(DirectoryEntityId id,
String username,
String displayName,
String email,
Boolean active,
DirectoryData directory,
String avatarUrl) |
| Constructor and Description |
|---|
UserIdentifiersEntityList(List<DirectoryEntityId> userIdentifiers) |
| Modifier and Type | Method and Description |
|---|---|
DirectoryEntityId |
DirectoryEntityRestDTO.getId() |
| Constructor and Description |
|---|
DirectoryEntityRestDTO(DirectoryEntityId id,
DirectoryEntityType type) |
Copyright © 2023 Atlassian. All rights reserved.