Uses of Class
org.bonitasoft.web.client.model.UpdateTaskByIdRequest
Packages that use UpdateTaskByIdRequest
-
Uses of UpdateTaskByIdRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type UpdateTaskByIdRequestModifier and TypeMethodDescriptionvoidTaskApi.updateTaskById(String id, UpdateTaskByIdRequest updateTaskByIdRequest) Update the Task by ID Update the Task for the given IDTaskApi.updateTaskByIdWithHttpInfo(String id, UpdateTaskByIdRequest updateTaskByIdRequest) Update the Task by ID Similar toupdateTaskByIdbut it also returns the http response headers . -
Uses of UpdateTaskByIdRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return UpdateTaskByIdRequestModifier and TypeMethodDescriptionUpdateTaskByIdRequest.displayName(String displayName) UpdateTaskByIdRequest.putAdditionalProperty(String key, Object value) Set the additional (undeclared) property with the specified name and value.