Uses of Class
org.bonitasoft.web.client.api.ProfileMemberApi.SearchProfileMembersQueryParams
Packages that use ProfileMemberApi.SearchProfileMembersQueryParams
-
Uses of ProfileMemberApi.SearchProfileMembersQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return ProfileMemberApi.SearchProfileMembersQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type ProfileMemberApi.SearchProfileMembersQueryParamsModifier and TypeMethodDescriptionProfileMemberApi.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.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