ch.viascom.hipchat.api.models.message.links.MessageLinkContent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hipchat-api Show documentation
Show all versions of hipchat-api Show documentation
A HipChat v2 API full implementation for Java
package ch.viascom.hipchat.api.models.message.links;
import java.io.Serializable;
/**
* Created by Patrick Bösch on 06.05.16.
*/
public interface MessageLinkContent extends Serializable {
}