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

com.uwetrottmann.tmdb.entities.Releases Maven / Gradle / Ivy

package com.uwetrottmann.tmdb.entities;

import com.uwetrottmann.tmdb.TmdbEntity;

import java.util.List;

public class Releases implements TmdbEntity {

    public int id;
    public List countries;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy