Klasse Insight

Alle implementierten Schnittstellen:
Serializable

public class Insight extends NamedFacebookType
Represents the Insight Graph API type.
Seit:
1.6.3
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getValues

      Data for this Insight as a list of JsonObject because its structure can vary depending on which type of Insight you're looking at.
      Gibt zurück:
      Data for this Insight.
    • addValue

      public boolean addValue(JsonObject json)
    • removeValue

      public boolean removeValue(JsonObject json)
    • getPeriod

      public String getPeriod()
      Length of the period during which the insights were collected, e.g. 'day', 'week' or 'month'.
      Gibt zurück:
      Length of the period during which the insights were collected.
    • setPeriod

      public void setPeriod(String period)
      Length of the period during which the insights were collected, e.g. 'day', 'week' or 'month'.
    • getTitle

      public String getTitle()
      The human-readable title of this Insight data.
      Gibt zurück:
      The human-readable title of this Insight data.
    • setTitle

      public void setTitle(String title)
      The human-readable title of this Insight data.
    • getDescription

      The human-readable description of this Insight data.
      Gibt zurück:
      The human-readable description of this Insight data.
    • setDescription

      public void setDescription(String description)
      The human-readable description of this Insight data.