Uses of Class
org.bonitasoft.web.client.model.ProfileEntryCreateRequest
-
Packages that use ProfileEntryCreateRequest Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProfileEntryCreateRequest in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api with parameters of type ProfileEntryCreateRequest Modifier and Type Method Description ProfileEntryProfileEntryApi. createProfileEntry(ProfileEntryCreateRequest body)Create the ProfileEntry Create the ProfileEntryApiResponse<ProfileEntry>ProfileEntryApi. createProfileEntryWithHttpInfo(ProfileEntryCreateRequest body)Create the ProfileEntry Similar tocreateProfileEntrybut it also returns the http response headers . -
Uses of ProfileEntryCreateRequest in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileEntryCreateRequest Modifier and Type Method Description ProfileEntryCreateRequestProfileEntryCreateRequest. description(String description)ProfileEntryCreateRequestProfileEntryCreateRequest. isCustom(Boolean isCustom)ProfileEntryCreateRequestProfileEntryCreateRequest. name(String name)ProfileEntryCreateRequestProfileEntryCreateRequest. page(String page)ProfileEntryCreateRequestProfileEntryCreateRequest. parentId(String parentId)ProfileEntryCreateRequestProfileEntryCreateRequest. profileId(String profileId)ProfileEntryCreateRequestProfileEntryCreateRequest. type(String type)
-