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

com.bazaarvoice.commons.data.model.QueryResults Maven / Gradle / Ivy

package com.bazaarvoice.commons.data.model;

import java.util.List;

public interface QueryResults {
    List getValues();
    int getStartIndex();
    int getTotal();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy