| Package | Description |
|---|---|
| org.qubership.atp.users.clients.api | |
| org.qubership.atp.users.clients.dto |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<UserInfoDto>> |
ProjectsApi.getProjectsUsersEnrichedByUuid(UUID projectId)
Deprecated.
|
org.springframework.http.ResponseEntity<List<UserInfoDto>> |
ProjectsApi.getProjectsUsersEnrichedByUuidAndGroupAlias(UUID projectId,
String groupAlias)
GET /api/v1/users/projects/{projectId}/groups/{groupAlias}/users/enriched : Get unique users of the project by project ID and group alias
|
| Modifier and Type | Method and Description |
|---|---|
UserInfoDto |
UserInfoDto.addRolesItem(String rolesItem) |
UserInfoDto |
UserInfoDto.email(String email) |
UserInfoDto |
UserInfoDto.firstName(String firstName) |
@Valid UserInfoDto |
ProjectDto.getCreatedBy()
Get createdBy
|
@Valid UserInfoDto |
ProjectDto.getModifiedBy()
Get modifiedBy
|
UserInfoDto |
UserInfoDto.id(UUID id) |
UserInfoDto |
UserInfoDto.lastName(String lastName) |
UserInfoDto |
UserInfoDto.roles(List<String> roles) |
UserInfoDto |
UserInfoDto.username(String username) |
| Modifier and Type | Method and Description |
|---|---|
ProjectDto |
ProjectDto.createdBy(UserInfoDto createdBy) |
ProjectDto |
ProjectDto.modifiedBy(UserInfoDto modifiedBy) |
void |
ProjectDto.setCreatedBy(UserInfoDto createdBy) |
void |
ProjectDto.setModifiedBy(UserInfoDto modifiedBy) |
Copyright © 2025. All rights reserved.