Class Link

    • Constructor Detail

      • Link

        public Link()
    • Method Detail

      • getFrom

        public NamedFacebookType getFrom()
        An object containing the name and ID of the user who posted the link.
        Specified by:
        getFrom in interface HasFrom
        Returns:
        An object containing the name and ID of the user who posted the link.
      • setFrom

        public void setFrom​(NamedFacebookType from)
        An object containing the name and ID of the user who posted the link.
      • setMessage

        public void setMessage​(String message)
        The link message content.
      • getPicture

        public String getPicture()
        The picture associated with the link.
        Returns:
        The picture associated with the link.
      • setPicture

        public void setPicture​(String picture)
        The picture associated with the link.
      • getLink

        public String getLink()
        The actual URL that was shared.
        Returns:
        The actual URL that was shared.
      • setLink

        public void setLink​(String link)
        The actual URL that was shared.
      • getDescription

        public String getDescription()
        The link description.
        Returns:
        The link description.
      • getIcon

        public String getIcon()
        The link icon.
        Returns:
        The link icon.
      • setCreatedTime

        public void setCreatedTime​(Date createdTime)
        The time at which this object was created, if available.
        Since:
        1.6.3