Uses of Class
org.bonitasoft.web.client.api.GroupApi.SearchGroupsQueryParams
Packages that use GroupApi.SearchGroupsQueryParams
-
Uses of GroupApi.SearchGroupsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return GroupApi.SearchGroupsQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type GroupApi.SearchGroupsQueryParamsModifier and TypeMethodDescriptionGroupApi.searchGroups(GroupApi.SearchGroupsQueryParams queryParams) Finds Groups Finds Groups with pagination params and filters. - can order on `id`,`name`,`displayName` - can filter on `name`,`displayName`,`parent_path` Note, this is equivalent to the othersearchGroupsmethod, but with the query parameters collected into a single Map parameter.GroupApi.searchGroupsWithHttpInfo(GroupApi.SearchGroupsQueryParams queryParams) Finds Groups Finds Groups with pagination params and filters. - can order on `id`,`name`,`displayName` - can filter on `name`,`displayName`,`parent_path` Note, this is equivalent to the othersearchGroupsthat receives the query parameters as a map, but this one also exposes the Http response headers