thomsonreuters.dss.api.extractions.entity.set.InstrumentListItems 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.InstrumentLists;
import thomsonreuters.dss.api.extractions.subjectlists.collection.request.InstrumentListItemCollectionRequest;
public final class InstrumentListItems extends InstrumentListItemCollectionRequest {
public InstrumentListItems(ContextPath contextPath) {
super(contextPath);
}
public InstrumentLists instrumentList() {
return new InstrumentLists(contextPath.addSegment("InstrumentList"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy