Uses of Class
org.qubership.atp.dataset.model.api.ParameterRequest
Packages that use ParameterRequest
-
Uses of ParameterRequest in org.qubership.atp.dataset.service.rest.server.v2
Methods in org.qubership.atp.dataset.service.rest.server.v2 with parameters of type ParameterRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<UUID> ParameterControllerV2.create(UUID dataSetId, UUID attributeId, ParameterRequest requestBody, javax.servlet.http.HttpServletRequest request) Creates new parameter with provided text.org.springframework.http.ResponseEntity<Parameter> ParameterControllerV2.update(UUID dataSetId, UUID attributeId, ParameterRequest requestBody) Updates value of the selected parameter.org.springframework.http.ResponseEntity<Void> ParameterControllerV2.updateParameters(ParameterRequest requestBody) Bulk update value of parameters v2.