Uses of Class
org.bonitasoft.web.client.api.MembershipApi.SearchMembershipsQueryParams
Packages that use MembershipApi.SearchMembershipsQueryParams
-
Uses of MembershipApi.SearchMembershipsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return MembershipApi.SearchMembershipsQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type MembershipApi.SearchMembershipsQueryParamsModifier and TypeMethodDescriptionMembershipApi.searchMemberships(MembershipApi.SearchMembershipsQueryParams queryParams) Finds Memberships Finds Memberships with pagination params and filters **Filter `user_id` is mandatory** You can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC` Note, this is equivalent to the othersearchMembershipsmethod, but with the query parameters collected into a single Map parameter.MembershipApi.searchMembershipsWithHttpInfo(MembershipApi.SearchMembershipsQueryParams queryParams) Finds Memberships Finds Memberships with pagination params and filters **Filter `user_id` is mandatory** You can order with the values: `ROLE_NAME_ASC`,`ROLE_NAME_DESC`, `GROUP_NAME_ASC`,`GROUP_NAME_DESC`, `ASSIGNED_DATE_ASC`, `ASSIGNED_DATE_DESC` Note, this is equivalent to the othersearchMembershipsthat receives the query parameters as a map, but this one also exposes the Http response headers