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

gov.nasa.pds.api.registry.LidvidsContext Maven / Gradle / Ivy

There is a newer version: 4.5.6
Show newest version
package gov.nasa.pds.api.registry;

import java.util.List;

public interface LidvidsContext {
  public String getProductIdentifierStr();

  public Integer getLimit();

  public List getSortFields();

  public List getSearchAfterValues();

  public boolean getSingletonResultExpected();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy