Klasse Account

Alle implementierten Schnittstellen:
HasProfilePicture, Serializable

public class Account extends Page
Represents the Account Graph API type.
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getTasks

      public List<String> getTasks()
      A list of tasks allowed to perform for this page. See tasks list here
      Gibt zurück:
      A list of allowed tasks
    • addTask

      public boolean addTask(String task)
      Add a task to the task list.
      Parameter:
      task - the task is added to the task list
      Gibt zurück:
      true if the task is added false instead
    • removeTask

      public boolean removeTask(String task)
      Remove the task from the task list.
      Parameter:
      task - the task is removed from the task list
      Gibt zurück:
      true if the task is removed false instead