Uses of Class
org.bonitasoft.web.client.api.GroupApi.SearchGroupsQueryParams
-
Packages that use GroupApi.SearchGroupsQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of GroupApi.SearchGroupsQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return GroupApi.SearchGroupsQueryParams Modifier and Type Method Description GroupApi.SearchGroupsQueryParamsGroupApi.SearchGroupsQueryParams. c(Integer value)GroupApi.SearchGroupsQueryParamsGroupApi.SearchGroupsQueryParams. f(List<String> value)GroupApi.SearchGroupsQueryParamsGroupApi.SearchGroupsQueryParams. o(String value)GroupApi.SearchGroupsQueryParamsGroupApi.SearchGroupsQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type GroupApi.SearchGroupsQueryParams Modifier and Type Method Description List<Group>GroupApi. searchGroups(GroupApi.SearchGroupsQueryParams queryParams)Finds Groups Finds Groups with pagination params and filters.ApiResponse<List<Group>>GroupApi. searchGroupsWithHttpInfo(GroupApi.SearchGroupsQueryParams queryParams)Finds Groups Finds Groups with pagination params and filters.
-