Uses of Class
org.bonitasoft.web.client.api.I18nlocaleApi.SearchI18nlocalesQueryParams
-
Packages that use I18nlocaleApi.SearchI18nlocalesQueryParams Package Description org.bonitasoft.web.client.api -
-
Uses of I18nlocaleApi.SearchI18nlocalesQueryParams in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return I18nlocaleApi.SearchI18nlocalesQueryParams Modifier and Type Method Description I18nlocaleApi.SearchI18nlocalesQueryParamsI18nlocaleApi.SearchI18nlocalesQueryParams. c(Integer value)I18nlocaleApi.SearchI18nlocalesQueryParamsI18nlocaleApi.SearchI18nlocalesQueryParams. p(Integer value)Methods in org.bonitasoft.web.client.api with parameters of type I18nlocaleApi.SearchI18nlocalesQueryParams Modifier and Type Method Description List<I18nlocale>I18nlocaleApi. searchI18nlocales(I18nlocaleApi.SearchI18nlocalesQueryParams queryParams)Finds I18nlocales List the available I18nlocales with pagination params and filters Note, this is equivalent to the othersearchI18nlocalesmethod, but with the query parameters collected into a single Map parameter.ApiResponse<List<I18nlocale>>I18nlocaleApi. searchI18nlocalesWithHttpInfo(I18nlocaleApi.SearchI18nlocalesQueryParams queryParams)Finds I18nlocales List the available I18nlocales with pagination params and filters Note, this is equivalent to the othersearchI18nlocalesthat receives the query parameters as a map, but this one also exposes the Http response headers
-