Uses of Class
org.bonitasoft.web.client.model.ActorUpdateRequest
-
Packages that use ActorUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ActorUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ActorUpdateRequest Modifier and Type Method Description voidActorApi. updateActorById(String id, ActorUpdateRequest actorUpdateRequest)Update the Actor by ID Update the Actor for the given IDApiResponse<Void>ActorApi. updateActorByIdWithHttpInfo(String id, ActorUpdateRequest actorUpdateRequest)Update the Actor by ID Similar toupdateActorByIdbut it also returns the http response headers . -
Uses of ActorUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ActorUpdateRequest Modifier and Type Method Description ActorUpdateRequestActorUpdateRequest. description(String description)ActorUpdateRequestActorUpdateRequest. displayName(String displayName)
-