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

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

There is a newer version: 6.16.0
Show newest version
package com.uwetrottmann.trakt5.entities;

import org.threeten.bp.OffsetDateTime;

public class LastActivityMore extends LastActivity {

    public OffsetDateTime watched_at;
    public OffsetDateTime collected_at;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy