Uses of Class
org.bonitasoft.web.client.model.GroupCreateRequest
Packages that use GroupCreateRequest
Package
Description
-
Uses of GroupCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type GroupCreateRequestModifier and TypeMethodDescriptionGroupApi.createGroup(GroupCreateRequest body) Create the Group Create the GroupGroupApi.createGroupWithHttpInfo(GroupCreateRequest body) Create the Group Similar tocreateGroupbut it also returns the http response headers . -
Uses of GroupCreateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return GroupCreateRequestModifier and TypeMethodDescriptionGroupCreateRequest.description(String description) GroupCreateRequest.displayName(String displayName) GroupCreateRequest.parentGroupId(String parentGroupId) -
Uses of GroupCreateRequest in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type GroupCreateRequest -
Uses of GroupCreateRequest in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type GroupCreateRequestModifier and TypeMethodDescriptionDefaultUserService.createGroup(GroupCreateRequest groupCreateRequest)