Uses of Class
org.qubership.atp.mia.clients.api.environments.dto.projects.BaseSearchRequestDto
Packages that use BaseSearchRequestDto
Package
Description
-
Uses of BaseSearchRequestDto in org.qubership.atp.mia.clients.api.environments
Methods in org.qubership.atp.mia.clients.api.environments with parameters of type BaseSearchRequestDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<EnvironmentDto>> EnvironmentControllerApi.findBySearchRequest(@Valid BaseSearchRequestDto baseSearchRequestDto, @Valid Boolean full) POST /api/environments/search : findBySearchRequest -
Uses of BaseSearchRequestDto in org.qubership.atp.mia.clients.api.environments.dto.projects
Methods in org.qubership.atp.mia.clients.api.environments.dto.projects that return BaseSearchRequestDtoModifier and TypeMethodDescriptionBaseSearchRequestDto.addIdsItem(UUID idsItem) BaseSearchRequestDto.addNamesItem(String namesItem)