Uses of Class
org.qubership.integration.platform.variables.management.rest.v1.dto.variables.instructions.ImportInstructionRequest
Packages that use ImportInstructionRequest
Package
Description
-
Uses of ImportInstructionRequest in org.qubership.integration.platform.variables.management.rest.v1.controller
Methods in org.qubership.integration.platform.variables.management.rest.v1.controller with parameters of type ImportInstructionRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ImportInstructionDTO> ImportInstructionsController.addImportInstruction(@Valid ImportInstructionRequest importInstructionRequest) org.springframework.http.ResponseEntity<ImportInstructionDTO> ImportInstructionsController.updateImportInstruction(@Valid ImportInstructionRequest importInstructionRequest) -
Uses of ImportInstructionRequest in org.qubership.integration.platform.variables.management.rest.v1.mapper
Methods in org.qubership.integration.platform.variables.management.rest.v1.mapper with parameters of type ImportInstructionRequestModifier and TypeMethodDescriptionImportInstructionRequestMapper.toEntity(ImportInstructionRequest importInstructionRequest) ImportInstructionRequestMapperImpl.toEntity(ImportInstructionRequest importInstructionRequest)