com.algolia.model.recommend.SearchRecommendRulesParams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algoliasearch Show documentation
Show all versions of algoliasearch Show documentation
Java client for Algolia Search API
// Code generated by OpenAPI Generator (https://openapi-generator.tech), manual changes will be lost
// - read more on https://github.com/algolia/api-clients-automation. DO NOT EDIT.
package com.algolia.model.recommend;
import com.fasterxml.jackson.annotation.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/** Recommend rules search parameters. */
public class SearchRecommendRulesParams {
@JsonProperty("query")
private String query;
@JsonProperty("context")
private String context;
@JsonProperty("page")
private Integer page;
@JsonProperty("hitsPerPage")
private Integer hitsPerPage;
@JsonProperty("enabled")
private Boolean enabled;
@JsonProperty("requestOptions")
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy