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

thomsonreuters.dss.api.extractions.entity.set.CriteriaLists Maven / Gradle / Ivy

The newest version!
package thomsonreuters.dss.api.extractions.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import thomsonreuters.dss.api.extractions.entity.set.Schedules;
import thomsonreuters.dss.api.extractions.subjectlists.collection.request.CriteriaListCollectionRequest;

public final class CriteriaLists extends CriteriaListCollectionRequest {

    public CriteriaLists(ContextPath contextPath) {
        super(contextPath);
    }

    public Schedules schedules() {
        return new Schedules(contextPath.addSegment("Schedules"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy