Uses of Class
com.algolia.search.models.common.InnerQuery
-
Packages that use InnerQuery Package Description com.algolia.search.models.common -
-
Uses of InnerQuery in com.algolia.search.models.common
Methods in com.algolia.search.models.common that return InnerQuery Modifier and Type Method Description InnerQueryInnerQuery. setIndexName(String indexName)InnerQueryInnerQuery. setOffset(Integer offset)InnerQueryInnerQuery. setQueryID(String queryID)InnerQueryInnerQuery. setUserToken(String userToken)Methods in com.algolia.search.models.common that return types with arguments of type InnerQuery Modifier and Type Method Description List<InnerQuery>Log. getInnerQueries()Method parameters in com.algolia.search.models.common with type arguments of type InnerQuery Modifier and Type Method Description voidLog. setInnerQueries(List<InnerQuery> innerQueries)
-