Uses of Class
org.bonitasoft.web.client.api.CustomUserApi.SearchCustomUsersQueryParams
-
Packages that use CustomUserApi.SearchCustomUsersQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of CustomUserApi.SearchCustomUsersQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return CustomUserApi.SearchCustomUsersQueryParams Modifier and Type Method Description CustomUserApi.SearchCustomUsersQueryParamsCustomUserApi.SearchCustomUsersQueryParams. c(Integer value)CustomUserApi.SearchCustomUsersQueryParamsCustomUserApi.SearchCustomUsersQueryParams. f(List<String> value)CustomUserApi.SearchCustomUsersQueryParamsCustomUserApi.SearchCustomUsersQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type CustomUserApi.SearchCustomUsersQueryParams Modifier and Type Method Description List<CustomUser>CustomUserApi. searchCustomUsers(CustomUserApi.SearchCustomUsersQueryParams queryParams)Finds CustomUsers Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory** Note, this is equivalent to the othersearchCustomUsersmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<CustomUser>>CustomUserApi. searchCustomUsersWithHttpInfo(CustomUserApi.SearchCustomUsersQueryParams queryParams)Finds CustomUsers Finds CustomUsers with pagination params and filters **The filter `userId` is mandatory** Note, this is equivalent to the othersearchCustomUsersthat receives the query parameters as a map, but this one also exposes the Http response headers
-