Uses of Class
org.bonitasoft.web.client.model.ProfileCreateRequest
-
Packages that use ProfileCreateRequest 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 ProfileCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ProfileCreateRequest Modifier and Type Method Description ProfileProfileApi. createProfile(ProfileCreateRequest body)Create the Profile Create the ProfileApiResponse<Profile>ProfileApi. createProfileWithHttpInfo(ProfileCreateRequest body)Create the Profile Similar tocreateProfilebut it also returns the http response headers . -
Uses of ProfileCreateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileCreateRequest Modifier and Type Method Description ProfileCreateRequestProfileCreateRequest. description(String description)ProfileCreateRequestProfileCreateRequest. name(String name) -
Uses of ProfileCreateRequest in org.bonitasoft.web.client.services
Methods in org.bonitasoft.web.client.services with parameters of type ProfileCreateRequest Modifier and Type Method Description ProfileUserService. createProfile(ProfileCreateRequest profileCreateRequest) -
Uses of ProfileCreateRequest in org.bonitasoft.web.client.services.impl
Methods in org.bonitasoft.web.client.services.impl with parameters of type ProfileCreateRequest Modifier and Type Method Description ProfileDefaultUserService. createProfile(ProfileCreateRequest profileCreateRequest)
-