Uses of Class
org.bonitasoft.web.client.model.CustomUserValueUpdateRequest
-
Packages that use CustomUserValueUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of CustomUserValueUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type CustomUserValueUpdateRequest Modifier and Type Method Description voidCustomUserValueApi. updateCustomUserValueById(String userId, String definitionId, CustomUserValueUpdateRequest customUserValueUpdateRequest)Update the CustomUserValue by ID Update the CustomUserValue for the given ID -
Uses of CustomUserValueUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return CustomUserValueUpdateRequest Modifier and Type Method Description CustomUserValueUpdateRequestCustomUserValueUpdateRequest. value(String value)
-