Uses of Class
org.bonitasoft.web.client.model.RoleCreateRequest
-
Packages that use RoleCreateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model org.bonitasoft.web.client.services org.bonitasoft.web.client.services.impl -
-
Uses of RoleCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type RoleCreateRequest Modifier and Type Method Description RoleRoleApi. createRole(RoleCreateRequest body)Create the Role Create the RoleApiResponse<Role>RoleApi. 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 RoleCreateRequest Modifier and Type Method Description RoleCreateRequestRoleCreateRequest. description(String description)RoleCreateRequestRoleCreateRequest. displayName(String displayName)RoleCreateRequestRoleCreateRequest. icon(String icon)RoleCreateRequestRoleCreateRequest. name(String name) -
Uses of RoleCreateRequest in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type RoleCreateRequest Modifier and Type Method Description RoleUserService. createRole(RoleCreateRequest roleCreateRequest) -
Uses of RoleCreateRequest in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type RoleCreateRequest Modifier and Type Method Description RoleDefaultUserService. createRole(RoleCreateRequest roleCreateRequest)
-