Uses of Class
org.bonitasoft.web.client.model.ProfileEntry
-
Packages that use ProfileEntry Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of ProfileEntry in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileEntry Modifier and Type Method Description ProfileEntryProfileEntryApi. createProfileEntry(ProfileEntryCreateRequest body)Deprecated.ProfileEntryProfileEntryApi. getProfileEntryById(String id)Deprecated.Methods in org.bonitasoft.web.client.api that return types with arguments of type ProfileEntry Modifier and Type Method Description ApiResponse<ProfileEntry>ProfileEntryApi. createProfileEntryWithHttpInfo(ProfileEntryCreateRequest body)Deprecated.ApiResponse<ProfileEntry>ProfileEntryApi. getProfileEntryByIdWithHttpInfo(String id)Deprecated.List<ProfileEntry>ProfileEntryApi. searchProfileEntries(Integer p, Integer c, List<String> f, String s)Deprecated.List<ProfileEntry>ProfileEntryApi. searchProfileEntries(Map<String,Object> queryParams)Deprecated.ApiResponse<List<ProfileEntry>>ProfileEntryApi. searchProfileEntriesWithHttpInfo(Integer p, Integer c, List<String> f, String s)Deprecated.ApiResponse<List<ProfileEntry>>ProfileEntryApi. searchProfileEntriesWithHttpInfo(Map<String,Object> queryParams)Deprecated. -
Uses of ProfileEntry in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return ProfileEntry Modifier and Type Method Description ProfileEntryProfileEntry. description(String description)ProfileEntryProfileEntry. icon(String icon)ProfileEntryProfileEntry. id(String id)ProfileEntryProfileEntry. index(String index)ProfileEntryProfileEntry. isCustom(Boolean isCustom)ProfileEntryProfileEntry. name(String name)ProfileEntryProfileEntry. page(String page)ProfileEntryProfileEntry. parentId(String parentId)ProfileEntryProfileEntry. profileId(String profileId)ProfileEntryProfileEntry. type(String type)
-