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

com.uwetrottmann.getglue.entities.GetGlueInteraction Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy