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

com.nfbsoftware.diffbot.model.VideoResponse Maven / Gradle / Ivy

Go to download

The NFB Software Simple-Diffbot is a Java wrapper for the Diffbot.com API for website data extraction.

There is a newer version: 1.0.15
Show newest version
package com.nfbsoftware.diffbot.model;

import java.util.ArrayList;
import java.util.List;

/**
 * 
 * @author brendanclemenzi
 */
public class VideoResponse
{
    private Request m_request;
    
    private List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy