Uses of Class
org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions.ImportInstructionDTO
Packages that use ImportInstructionDTO
Package
Description
-
Uses of ImportInstructionDTO in org.qubership.integration.platform.variables.management.rest.v1.controller
Methods in org.qubership.integration.platform.variables.management.rest.v1.controller that return types with arguments of type ImportInstructionDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ImportInstructionDTO> ImportInstructionsController.addImportInstruction(@Valid ImportInstructionRequest importInstructionRequest) org.springframework.http.ResponseEntity<ImportInstructionDTO> ImportInstructionsController.updateImportInstruction(@Valid ImportInstructionRequest importInstructionRequest) -
Uses of ImportInstructionDTO in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper
Methods in org.qubership.integration.platform.variables.management.service.exportimport.instructions.mapper that return ImportInstructionDTOModifier and TypeMethodDescriptionImportInstructionsMapper.entityToDto(ImportInstruction importInstruction)