Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.LabelFilteringRequestBodyDto
Packages that use LabelFilteringRequestBodyDto
Package
Description
-
Uses of LabelFilteringRequestBodyDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api with parameters of type LabelFilteringRequestBodyDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<LabelWithRefsResponseDto>> LabelControllerApi.search(@NotNull @Valid UUID projectId, @Valid List<String> refs, @Valid Integer page, @Valid Integer size, @Valid LabelFilteringRequestBodyDto labelFilteringRequestBodyDto) POST /catalog/api/v1/labels/search : search -
Uses of LabelFilteringRequestBodyDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return LabelFilteringRequestBodyDtoModifier and TypeMethodDescriptionLabelFilteringRequestBodyDto.labelTemplateName(String labelTemplateName)