Uses of Class
org.qubership.atp.itf.lite.backend.model.api.request.RequestEntityCreateRequest
Packages that use RequestEntityCreateRequest
Package
Description
-
Uses of RequestEntityCreateRequest in org.qubership.atp.itf.lite.backend.controllers
Methods in org.qubership.atp.itf.lite.backend.controllers with parameters of type RequestEntityCreateRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Request> RequestController.createRequest(@Valid RequestEntityCreateRequest request) -
Uses of RequestEntityCreateRequest in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestEntityCreateRequestModifier and TypeMethodDescriptionRequestService.createRequest(RequestEntityCreateRequest requestCreationRequest) Create request.