Uses of Class
org.bonitasoft.web.client.api.ProfileMemberApi.SearchProfileMembersQueryParams
-
Packages that use ProfileMemberApi.SearchProfileMembersQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of ProfileMemberApi.SearchProfileMembersQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileMemberApi.SearchProfileMembersQueryParams Modifier and Type Method Description ProfileMemberApi.SearchProfileMembersQueryParamsProfileMemberApi.SearchProfileMembersQueryParams. c(Integer value)ProfileMemberApi.SearchProfileMembersQueryParamsProfileMemberApi.SearchProfileMembersQueryParams. f(List<String> value)ProfileMemberApi.SearchProfileMembersQueryParamsProfileMemberApi.SearchProfileMembersQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type ProfileMemberApi.SearchProfileMembersQueryParams Modifier and Type Method Description List<ProfileMember>ProfileMemberApi. searchProfileMembers(ProfileMemberApi.SearchProfileMembersQueryParams queryParams)Finds ProfileMembers Finds ProfileMembers with pagination params and filters **Filter `member_type` is mandatory** You can filter on `profile_id`, `user_id`, `role_id` and `group_id` Note, this is equivalent to the othersearchProfileMembersmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<ProfileMember>>ProfileMemberApi. searchProfileMembersWithHttpInfo(ProfileMemberApi.SearchProfileMembersQueryParams queryParams)Finds ProfileMembers Finds ProfileMembers with pagination params and filters **Filter `member_type` is mandatory** You can filter on `profile_id`, `user_id`, `role_id` and `group_id` Note, this is equivalent to the othersearchProfileMembersthat receives the query parameters as a map, but this one also exposes the Http response headers
-