Uses of Class
org.bonitasoft.web.client.model.I18nlocale
-
Packages that use I18nlocale Package Description org.bonitasoft.web.client.api org.bonitasoft.web.client.model -
-
Uses of I18nlocale in org.bonitasoft.web.client.api
Methods in org.bonitasoft.web.client.api that return types with arguments of type I18nlocale Modifier and Type Method Description List<I18nlocale>I18nlocaleApi. searchI18nlocales(Integer p, Integer c)Finds I18nlocales List the available I18nlocales with pagination params and filtersList<I18nlocale>I18nlocaleApi. searchI18nlocales(Map<String,Object> 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(Integer p, Integer c)Finds I18nlocales Similar tosearchI18nlocalesbut it also returns the http response headers .ApiResponse<List<I18nlocale>>I18nlocaleApi. searchI18nlocalesWithHttpInfo(Map<String,Object> 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 -
Uses of I18nlocale in org.bonitasoft.web.client.model
Methods in org.bonitasoft.web.client.model that return I18nlocale Modifier and Type Method Description I18nlocaleI18nlocale. locale(String locale)I18nlocaleI18nlocale. name(String name)
-