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

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

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

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

import thomsonreuters.dss.api.extractions.entity.set.ReportExtractions;
import thomsonreuters.dss.api.extractions.reportextractions.collection.request.ExtractedFileCollectionRequest;

public final class ExtractedFiles extends ExtractedFileCollectionRequest {

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

    public ReportExtractions extraction() {
        return new ReportExtractions(contextPath.addSegment("Extraction"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy