Uses of Class
org.bonitasoft.web.client.model.ProcessParameterUpdateRequest
-
Packages that use ProcessParameterUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProcessParameterUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ProcessParameterUpdateRequest Modifier and Type Method Description voidProcessParameterApi. updateProcessParameterById(String id, String name, ProcessParameterUpdateRequest processParameterUpdateRequest)Update the ProcessParameter by ID  Update the ProcessParameter for the given IDApiResponse<Void>ProcessParameterApi. updateProcessParameterByIdWithHttpInfo(String id, String name, ProcessParameterUpdateRequest processParameterUpdateRequest)Update the ProcessParameter by ID Similar toupdateProcessParameterByIdbut it also returns the http response headers . -
Uses of ProcessParameterUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProcessParameterUpdateRequest Modifier and Type Method Description ProcessParameterUpdateRequestProcessParameterUpdateRequest. value(String value)
-