com.uwetrottmann.getglue.entities.GetGlueInteraction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of getglue-java Show documentation
Show all versions of getglue-java Show documentation
A Java wrapper around the v3 API of tvtag (formerly GetGlue) using retrofit.
package com.uwetrottmann.getglue.entities;
import com.google.gson.annotations.SerializedName;
public class GetGlueInteraction {
public String id;
public String action;
public String timestamp;
@SerializedName("object")
public GetGlueObject _object;
public String comment;
}