Uses of Class
org.bonitasoft.web.client.api.CustomUserApi.SearchCustomUsersQueryParams
Packages that use CustomUserApi.SearchCustomUsersQueryParams
-
Uses of CustomUserApi.SearchCustomUsersQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return CustomUserApi.SearchCustomUsersQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type CustomUserApi.SearchCustomUsersQueryParamsModifier and TypeMethodDescriptionCustomUserApi.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.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