Uses of Class
org.qubership.atp.mia.clients.api.environments.dto.projects.ProjectSearchRequestDto
Packages that use ProjectSearchRequestDto
Package
Description
-
Uses of ProjectSearchRequestDto in org.qubership.atp.mia.clients.api.environments
Methods in org.qubership.atp.mia.clients.api.environments with parameters of type ProjectSearchRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ProjectFullVer2ViewDto>> ProjectControllerApi.getProjectsByRequest(@Valid Boolean full, @Valid ProjectSearchRequestDto projectSearchRequestDto) POST /api/projects/search : getProjectsByRequest -
Uses of ProjectSearchRequestDto in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return ProjectSearchRequestDtoModifier and TypeMethodDescriptionProjectSearchRequestDto.addEnvironmentIdsItem(UUID environmentIdsItem) ProjectSearchRequestDto.addEnvironmentNamesItem(String environmentNamesItem) ProjectSearchRequestDto.addProjectIdsItem(UUID projectIdsItem) ProjectSearchRequestDto.addProjectNamesItem(String projectNamesItem) ProjectSearchRequestDto.addSystemIdsItem(UUID systemIdsItem) ProjectSearchRequestDto.addSystemNamesItem(String systemNamesItem) ProjectSearchRequestDto.environmentIds(List<UUID> environmentIds) ProjectSearchRequestDto.environmentNames(List<String> environmentNames) ProjectSearchRequestDto.projectIds(List<UUID> projectIds) ProjectSearchRequestDto.projectNames(List<String> projectNames) ProjectSearchRequestDto.systemNames(List<String> systemNames)