Uses of Class
org.bonitasoft.web.client.model.ProfileEntryUpdateRequest
-
Packages that use ProfileEntryUpdateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProfileEntryUpdateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ProfileEntryUpdateRequest Modifier and Type Method Description voidProfileEntryApi. updateProfileEntryById(String id, ProfileEntryUpdateRequest profileEntryUpdateRequest)Update the ProfileEntry by ID Update the ProfileEntry for the given IDApiResponse<Void>ProfileEntryApi. updateProfileEntryByIdWithHttpInfo(String id, ProfileEntryUpdateRequest profileEntryUpdateRequest)Update the ProfileEntry by ID Similar toupdateProfileEntryByIdbut it also returns the http response headers . -
Uses of ProfileEntryUpdateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileEntryUpdateRequest Modifier and Type Method Description ProfileEntryUpdateRequestProfileEntryUpdateRequest. description(String description)ProfileEntryUpdateRequestProfileEntryUpdateRequest. isCustom(Boolean isCustom)ProfileEntryUpdateRequestProfileEntryUpdateRequest. name(String name)ProfileEntryUpdateRequestProfileEntryUpdateRequest. page(String page)ProfileEntryUpdateRequestProfileEntryUpdateRequest. parentId(String parentId)ProfileEntryUpdateRequestProfileEntryUpdateRequest. profileId(String profileId)ProfileEntryUpdateRequestProfileEntryUpdateRequest. type(String type)
-