Uses of Class
org.qubership.atp.itf.lite.backend.model.entities.RequestBody
Packages that use RequestBody
Package
Description
-
Uses of RequestBody in org.qubership.atp.itf.lite.backend.converters
Methods in org.qubership.atp.itf.lite.backend.converters with parameters of type RequestBodyModifier and TypeMethodDescriptionvoidRequestToCurlFormatConverter.addRequestBody(StringBuilder currentCurlRequest, RequestBody body) Add request body to curl string builder request. -
Uses of RequestBody in org.qubership.atp.itf.lite.backend.model.ei
Methods in org.qubership.atp.itf.lite.backend.model.ei with parameters of type RequestBody -
Uses of RequestBody in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestBodyModifier and TypeMethodDescriptionRequestService.prepareFormDataRequest(RequestBody requestBody, List<org.springframework.web.multipart.MultipartFile> files, UUID id, boolean isSnapshotFile) Remove old formDta files, add new files and set file UUIDs.voidRequestService.retainFormData(RequestBody body, RequestBody bodyToSave, UUID id, boolean isSnapshot) Removes files what not used in request now. -
Uses of RequestBody in org.qubership.atp.itf.lite.backend.utils
Methods in org.qubership.atp.itf.lite.backend.utils that return RequestBodyModifier and TypeMethodDescriptionstatic RequestBodyRequestUtils.copyRequestBody(RequestBody body) Creates copy of provided request body.Methods in org.qubership.atp.itf.lite.backend.utils with parameters of type RequestBodyModifier and TypeMethodDescriptionstatic RequestBodyRequestUtils.copyRequestBody(RequestBody body) Creates copy of provided request body.