Uses of Class
org.bonitasoft.web.client.api.CustomUserValueApi.SearchCustomUserValuesQueryParams
Packages that use CustomUserValueApi.SearchCustomUserValuesQueryParams
-
Uses of CustomUserValueApi.SearchCustomUserValuesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return CustomUserValueApi.SearchCustomUserValuesQueryParamsModifier and TypeMethodDescriptionMethods in org.bonitasoft.web.client.api with parameters of type CustomUserValueApi.SearchCustomUserValuesQueryParamsModifier and TypeMethodDescriptionCustomUserValueApi.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.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