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

twitter4j.models.ads.ListStatusResponse Maven / Gradle / Ivy

There is a newer version: 2.2
Show newest version
package twitter4j.models.ads;

import twitter4j.BaseListResponse;
import twitter4j.Status;

import java.util.List;

/**
 * User: abhay
 * Date: 3/17/16
 * Time: 12:49 PM
 */
public class ListStatusResponse extends BaseListResponse {

    public List getStatuses() {
        return getData();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy