Uses of Class
org.nuxeo.ecm.restapi.server.jaxrs.QueryObject.LangParams
-
Packages that use QueryObject.LangParams Package Description org.nuxeo.ecm.restapi.server.jaxrs -
-
Uses of QueryObject.LangParams in org.nuxeo.ecm.restapi.server.jaxrs
Fields in org.nuxeo.ecm.restapi.server.jaxrs with type parameters of type QueryObject.LangParams Modifier and Type Field Description protected EnumMap<QueryObject.LangParams,String>
QueryObject. langPathMap
Methods in org.nuxeo.ecm.restapi.server.jaxrs that return QueryObject.LangParams Modifier and Type Method Description static QueryObject.LangParams
QueryObject.LangParams. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryObject.LangParams[]
QueryObject.LangParams. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-