Uses of Class
org.bonitasoft.web.client.model.RoleUpdateRequest
Packages that use RoleUpdateRequest
-
Uses of RoleUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type RoleUpdateRequestModifier and TypeMethodDescriptionvoidRoleApi.updateRoleById(String id, RoleUpdateRequest roleUpdateRequest) Update the Role by ID Update the Role for the given IDRoleApi.updateRoleByIdWithHttpInfo(String id, RoleUpdateRequest roleUpdateRequest) Update the Role by ID Similar toupdateRoleByIdbut it also returns the http response headers . -
Uses of RoleUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return RoleUpdateRequestModifier and TypeMethodDescriptionRoleUpdateRequest.description(String description) RoleUpdateRequest.displayName(String displayName)