Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.AbstractEntityResponseDto
Packages that use AbstractEntityResponseDto
-
Uses of AbstractEntityResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return AbstractEntityResponseDtoModifier and TypeMethodDescription@Valid AbstractEntityResponseDtoTestCase0Dto.getDataset()Get dataset@Valid AbstractEntityResponseDtoTestCaseResponseDto.getDataset()Get dataset@Valid AbstractEntityResponseDtoTestCase0Dto.getDatasetStorage()Get datasetStorageMethods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type AbstractEntityResponseDtoModifier and TypeMethodDescription@Valid List<AbstractEntityResponseDto> PageAbstractEntityResponseDto.getContent()Get content@Valid List<AbstractEntityResponseDto> LabelWithRefsResponseDto.getLabelTemplates()Get labelTemplatesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type AbstractEntityResponseDtoModifier and TypeMethodDescriptionPageAbstractEntityResponseDto.addContentItem(AbstractEntityResponseDto contentItem) LabelWithRefsResponseDto.addLabelTemplatesItem(AbstractEntityResponseDto labelTemplatesItem) TestCase0Dto.dataset(AbstractEntityResponseDto dataset) TestCaseResponseDto.dataset(AbstractEntityResponseDto dataset) TestCase0Dto.datasetStorage(AbstractEntityResponseDto datasetStorage) voidTestCase0Dto.setDataset(AbstractEntityResponseDto dataset) voidTestCaseResponseDto.setDataset(AbstractEntityResponseDto dataset) voidTestCase0Dto.setDatasetStorage(AbstractEntityResponseDto datasetStorage) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type AbstractEntityResponseDtoModifier and TypeMethodDescriptionPageAbstractEntityResponseDto.content(List<AbstractEntityResponseDto> content) LabelWithRefsResponseDto.labelTemplates(List<AbstractEntityResponseDto> labelTemplates) voidPageAbstractEntityResponseDto.setContent(List<AbstractEntityResponseDto> content) voidLabelWithRefsResponseDto.setLabelTemplates(List<AbstractEntityResponseDto> labelTemplates)