Uses of Class
org.bonitasoft.web.client.model.GroupUpdateRequest
Packages that use GroupUpdateRequest
-
Uses of GroupUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type GroupUpdateRequestModifier and TypeMethodDescriptionvoidGroupApi.updateGroupById(String id, GroupUpdateRequest groupUpdateRequest) Update the Group by ID Update the Group for the given IDGroupApi.updateGroupByIdWithHttpInfo(String id, GroupUpdateRequest groupUpdateRequest) Update the Group by ID Similar toupdateGroupByIdbut it also returns the http response headers . -
Uses of GroupUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return GroupUpdateRequestModifier and TypeMethodDescriptionGroupUpdateRequest.description(String description) GroupUpdateRequest.displayName(String displayName) GroupUpdateRequest.parentGroupId(String parentGroupId)