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 IDApiResponse<Void>CustomUserValueApi. updateCustomUserValueByIdWithHttpInfo(String userId, String definitionId, CustomUserValueUpdateRequest customUserValueUpdateRequest)Update the CustomUserValue by ID Similar toupdateCustomUserValueByIdbut it also returns the http response headers . -
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)
-