Uses of Class
org.bonitasoft.web.client.api.CustomUserValueApi.SearchCustomUserValuesQueryParams
-
Packages that use CustomUserValueApi.SearchCustomUserValuesQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of CustomUserValueApi.SearchCustomUserValuesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return CustomUserValueApi.SearchCustomUserValuesQueryParams Modifier and Type Method Description CustomUserValueApi.SearchCustomUserValuesQueryParamsCustomUserValueApi.SearchCustomUserValuesQueryParams. c(Integer value)CustomUserValueApi.SearchCustomUserValuesQueryParamsCustomUserValueApi.SearchCustomUserValuesQueryParams. f(List<String> value)CustomUserValueApi.SearchCustomUserValuesQueryParamsCustomUserValueApi.SearchCustomUserValuesQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type CustomUserValueApi.SearchCustomUserValuesQueryParams Modifier and Type Method Description List<CustomUserValue>CustomUserValueApi. searchCustomUserValues(CustomUserValueApi.SearchCustomUserValuesQueryParams queryParams)Finds CustomUserValues Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId` Note, this is equivalent to the othersearchCustomUserValuesmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<CustomUserValue>>CustomUserValueApi. searchCustomUserValuesWithHttpInfo(CustomUserValueApi.SearchCustomUserValuesQueryParams queryParams)Finds CustomUserValues Finds CustomUserValues with pagination params and filters You can filter on `userId`, `value`, `definitionId` Note, this is equivalent to the othersearchCustomUserValuesthat receives the query parameters as a map, but this one also exposes the Http response headers
-