Uses of Class
org.qubership.integration.platform.variables.management.rest.v1.dto.StringResponse
Packages that use StringResponse
-
Uses of StringResponse 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 StringResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<StringResponse> CommonVariablesController.updateVariable(String name, String value) org.springframework.http.ResponseEntity<StringResponse> SecuredVariableController.updateVariable(String securedVariableName, String value)