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

com.jakewharton.trakt.entities.ActivityItem Maven / Gradle / Ivy

package com.jakewharton.trakt.entities;

/**
 * Represents a Trakt activity item. See
 *  the documentation
 * for a list of {@link #type}s and {@link #action}s and which properties they
 * include.
 */
public class ActivityItem extends ActivityItemBase {
    private static final long serialVersionUID = -9175912561201641711L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy