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

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

package com.uwetrottmann.trakt5.entities;

import org.threeten.bp.LocalDate;

public class CalendarMovieEntry {

    /** Date in UTC time. */
    public LocalDate released;
    public Movie movie;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy