com.jrodmanu.mattermostjavasdk.models.common.Embed Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mattermost-java-sdk Show documentation
Show all versions of mattermost-java-sdk Show documentation
Connects java to a Mattermost API
package com.jrodmanu.mattermostjavasdk.models.common;
/**
* Representation of Mattermost Embed
*/
public class Embed {
public String type;
public String url;
public Object data;
}