Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CaseDataSetRequestDto
Packages that use CaseDataSetRequestDto
-
Uses of CaseDataSetRequestDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CaseDataSetRequestDtoModifier and TypeMethodDescriptionCaseDataSetRequestDto.dataSetListId(UUID dataSetListId) CaseDataSetRequestDto.dataSetName(String dataSetName) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type CaseDataSetRequestDtoModifier and TypeMethodDescription@NotNull @Valid List<CaseDataSetRequestDto> CaseCreationRequestDto.getDataSets()Get dataSetsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type CaseDataSetRequestDtoModifier and TypeMethodDescriptionCaseCreationRequestDto.addDataSetsItem(CaseDataSetRequestDto dataSetsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type CaseDataSetRequestDtoModifier and TypeMethodDescriptionCaseCreationRequestDto.dataSets(List<CaseDataSetRequestDto> dataSets) voidCaseCreationRequestDto.setDataSets(List<CaseDataSetRequestDto> dataSets)