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

com.uwetrottmann.tmdb2.entities.PersonExternalIds Maven / Gradle / Ivy

There is a newer version: 2.11.0
Show newest version
package com.uwetrottmann.tmdb2.entities;

public class PersonExternalIds {

    public Integer id;
    public String imdb_id;
    public String facebook_id;
    public String freebase_id;
    public String freebase_mid;
    public Integer tvrage_id;
    public String instagram_id;
    public String twitter_id;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy