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