Class LinkWithIconAttachment

java.lang.Object
io.meeds.social.link.model.Link
io.meeds.social.link.model.LinkWithIconAttachment
All Implemented Interfaces:
Serializable, Cloneable

public class LinkWithIconAttachment extends Link implements Cloneable
See Also:
  • Constructor Details

    • LinkWithIconAttachment

      public LinkWithIconAttachment(Link link)
    • LinkWithIconAttachment

      public LinkWithIconAttachment(long id, Map<String,String> name, Map<String,String> description, String url, boolean sameTab, int order, long iconFileId, String uploadId)
  • Method Details