All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.algolia.search.models.indexing.BrowseIndexResponse Maven / Gradle / Ivy

The newest version!
package com.algolia.search.models.indexing;

import com.fasterxml.jackson.annotation.JsonInclude;

@JsonInclude(JsonInclude.Include.NON_NULL)
public class BrowseIndexResponse extends SearchResult {
  public String getCursor() {
    return cursor;
  }

  public BrowseIndexResponse setCursor(String cursor) {
    this.cursor = cursor;
    return this;
  }

  private String cursor;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy