Uses of Class
org.qubership.atp.dataset.clients.dto.CopyDataSetListsResponseDto
Packages that use CopyDataSetListsResponseDto
-
Uses of CopyDataSetListsResponseDto in org.qubership.atp.dataset.clients.api
Methods in org.qubership.atp.dataset.clients.api that return types with arguments of type CopyDataSetListsResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CopyDataSetListsResponseDto>> DataSetListControllerApi.copy(@Valid CopyDataSetListsRequestDto copyDataSetListsRequestDto) POST /dsl/copy : Copy DSL with name provided. -
Uses of CopyDataSetListsResponseDto in org.qubership.atp.dataset.clients.dto
Methods in org.qubership.atp.dataset.clients.dto that return CopyDataSetListsResponseDtoModifier and TypeMethodDescriptionCopyDataSetListsResponseDto.originalId(UUID originalId) CopyDataSetListsResponseDto.putDatasetsItem(String key, UUID datasetsItem)