info.movito.themoviedbapi.model.companies.AlternativeNamesResultsPage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of themoviedbapi Show documentation
Show all versions of themoviedbapi Show documentation
A Java-wrapper around the JSON API provided by TMdB, which is an open database for movie and tv content.
package info.movito.themoviedbapi.model.companies;
import info.movito.themoviedbapi.model.core.AlternativeName;
import info.movito.themoviedbapi.model.core.Results;
public class AlternativeNamesResultsPage extends Results {
}