Class BrowseIndexResponse<T>
- java.lang.Object
-
- com.algolia.search.models.indexing.SearchResult<T>
-
- com.algolia.search.models.indexing.BrowseIndexResponse<T>
-
- All Implemented Interfaces:
Serializable
public class BrowseIndexResponse<T> extends SearchResult<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrowseIndexResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCursor()BrowseIndexResponse<T>setCursor(String cursor)-
Methods inherited from class com.algolia.search.models.indexing.SearchResult
getAbTestVariantID, getAppliedRelevancyStrictness, getAppliedRules, getAroundLatLng, getAutomaticRadius, getExhaustiveFacetsCount, getExhaustiveNbHits, getExplain, getFacets, getFacets_stats, getHits, getHitsPerPage, getIndex, getIndexUsed, getLength, getMessage, getNbHits, getNbPages, getNbSortedHits, getObjectPosition, getOffset, getPage, getParams, getParsedQuery, getProcessed, getProcessingTimeMS, getQuery, getQueryAfterRemoval, getQueryID, getRenderingContent, getServerUsed, getUserData, setAbTestVariantID, setAppliedRelevancyStrictness, setAppliedRules, setAroundLatLng, setAutomaticRadius, setExhaustiveFacetsCount, setExhaustiveNbHits, setExplain, setFacets, setFacets_stats, setHits, setHitsPerPage, setHitsPerPage, setIndex, setIndexUsed, setLength, setMessage, setNbHits, setNbHits, setNbPages, setNbPages, setNbSortedHits, setOffset, setPage, setPage, setParams, setParsedQuery, setProcessed, setProcessingTimeMS, setProcessingTimeMS, setQuery, setQueryAfterRemoval, setQueryID, setRenderingContent, setServerUsed, setUserData, toString
-
-
-
-
Method Detail
-
getCursor
public String getCursor()
-
setCursor
public BrowseIndexResponse<T> setCursor(String cursor)
-
-