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

com.algolia.search.models.recommend.RecommendationsRequests Maven / Gradle / Ivy

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

import java.util.List;

public class RecommendationsRequests {

  private final List requests;

  public RecommendationsRequests(List requests) {
    this.requests = requests;
  }

  public List getRequests() {
    return requests;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy