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

com.uwetrottmann.trakt5.entities.ListEntry Maven / Gradle / Ivy

package com.uwetrottmann.trakt5.entities;

import org.threeten.bp.OffsetDateTime;

public class ListEntry {

    public OffsetDateTime listed_at;
    public Movie movie;
    public Show show;
    public Episode episode;
    public Person person;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy