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

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

package thomsonreuters.dss.api.extractions.entity.set;

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

import thomsonreuters.dss.api.extractions.entity.set.EntityLists;
import thomsonreuters.dss.api.extractions.subjectlists.collection.request.EntityListItemCollectionRequest;

public final class EntityListItems extends EntityListItemCollectionRequest {

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

    public EntityLists entityList() {
        return new EntityLists(contextPath.addSegment("EntityList"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy