Uses of Class
org.bonitasoft.web.client.model.ProfileUpdateRequest
-
Packages that use ProfileUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProfileUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ProfileUpdateRequest Modifier and Type Method Description voidProfileApi. updateProfileById(String id, ProfileUpdateRequest profileUpdateRequest)Update the Profile by ID Update the Profile for the given IDApiResponse<Void>ProfileApi. updateProfileByIdWithHttpInfo(String id, ProfileUpdateRequest profileUpdateRequest)Update the Profile by ID Similar toupdateProfileByIdbut it also returns the http response headers . -
Uses of ProfileUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileUpdateRequest Modifier and Type Method Description ProfileUpdateRequestProfileUpdateRequest. description(String description)ProfileUpdateRequestProfileUpdateRequest. displayName(String displayName)
-