Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.ItemDto
Packages that use ItemDto
-
Uses of ItemDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return ItemDtoMethods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type ItemDtoModifier and TypeMethodDescriptionExecuteRequestDto.getFilterLabels()Get filterLabelsTestScopesCopyRequestDto.getItems()Get itemsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type ItemDtoModifier and TypeMethodDescriptionExecuteRequestDto.addFilterLabelsItem(ItemDto filterLabelsItem) TestScopesCopyRequestDto.addItemsItem(ItemDto itemsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type ItemDtoModifier and TypeMethodDescriptionExecuteRequestDto.filterLabels(List<ItemDto> filterLabels) voidExecuteRequestDto.setFilterLabels(List<ItemDto> filterLabels) void