Klasse Link

Alle implementierten Schnittstellen:
HasCreatedTime, HasFrom, HasMessage, Serializable

public class Link extends NamedFacebookType implements HasCreatedTime, HasFrom, HasMessage
Represents the Link Graph API type.
Seit:
1.5
Autor:
Mark Allen, Patrick Alberts
Siehe auch:
  • Konstruktordetails

    • Link

      public Link()
  • Methodendetails

    • getFrom

      An object containing the name and ID of the user who posted the link.
      Angegeben von:
      getFrom in Schnittstelle HasFrom
      Gibt zurück:
      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.
    • getMessage

      public String getMessage()
      The link message content.
      Angegeben von:
      getMessage in Schnittstelle HasMessage
      Gibt zurück:
      The link message content.
    • setMessage

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

      public String getPicture()
      The picture associated with the link.
      Gibt zurück:
      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.
      Gibt zurück:
      The actual URL that was shared.
    • setLink

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

      The link description.
      Gibt zurück:
      The link description.
    • setDescription

      public void setDescription(String description)
      The link description.
    • getIcon

      public String getIcon()
      The link icon.
      Gibt zurück:
      The link icon.
    • setIcon

      public void setIcon(String icon)
      The link icon.
    • getCreatedTime

      public Date getCreatedTime()
      The time at which this object was created, if available.
      Angegeben von:
      getCreatedTime in Schnittstelle HasCreatedTime
      Gibt zurück:
      The time at which this object was created.
      Seit:
      1.6.3
    • setCreatedTime

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