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

twitter4jads.models.ads.Entities Maven / Gradle / Ivy

The newest version!
package twitter4jads.models.ads;

import com.google.gson.annotations.SerializedName;

import java.io.Serializable;
import java.util.List;

public class Entities extends ExtendedEntities implements Serializable {

    @SerializedName("user_mentions")
    private List userMentions;

    @SerializedName("urls")
    private List urls;

    @SerializedName("symbols")
    private List symbols;

    @SerializedName("hashtags")
    private List hashtags;

    @SerializedName("polls")
    private List polls;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy