Uses of Class
org.bonitasoft.web.client.model.RoleCreateRequest
Packages that use RoleCreateRequest
Package
Description
-
Uses of RoleCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type RoleCreateRequestModifier and TypeMethodDescriptionRoleApi.createRole(RoleCreateRequest body) Create the Role Create the RoleRoleApi.createRoleWithHttpInfo(RoleCreateRequest body) Create the Role Similar tocreateRolebut it also returns the http response headers . -
Uses of RoleCreateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return RoleCreateRequestModifier and TypeMethodDescriptionRoleCreateRequest.description(String description) RoleCreateRequest.displayName(String displayName) -
Uses of RoleCreateRequest in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type RoleCreateRequest -
Uses of RoleCreateRequest in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type RoleCreateRequestModifier and TypeMethodDescriptionDefaultUserService.createRole(RoleCreateRequest roleCreateRequest)