Klasse AppRequest

Alle implementierten Schnittstellen:
HasCreatedTime, HasFrom, HasMessage, Serializable

public class AppRequest extends FacebookType implements HasCreatedTime, HasFrom, HasMessage
Seit:
1.6.10
Autor:
Mark Allen
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getActionType

      Request action type for structured request
      Gibt zurück:
      Request action type for structured request
    • setActionType

      public void setActionType(String actionType)
      Request action type for structured request
    • getApplication

      App associated with the request.
      Gibt zurück:
      App associated with the request.
    • setApplication

      public void setApplication(AppRequest.Application application)
      App associated with the request.
    • getData

      public String getData()
      Optional data passed with the request for tracking purposes
      Gibt zurück:
      Optional data passed with the request for tracking purposes
    • setData

      public void setData(String data)
      Optional data passed with the request for tracking purposes
    • getTo

      The recipient user associated with the request.
      Gibt zurück:
      The recipient user associated with the request.
    • setTo

      public void setTo(NamedFacebookType to)
      The recipient user associated with the request.
    • getFrom

      The sender user associated with the request.
      Angegeben von:
      getFrom in Schnittstelle HasFrom
      Gibt zurück:
      The sender user associated with the request.
    • setFrom

      public void setFrom(NamedFacebookType from)
      The sender user associated with the request.
    • getMessage

      public String getMessage()
      A string describing the request.
      Angegeben von:
      getMessage in Schnittstelle HasMessage
      Gibt zurück:
      A string describing the request.
    • setMessage

      public void setMessage(String message)
      A string describing the request.
    • getCreatedTime

      public Date getCreatedTime()
      Timestamp when the request was created.
      Angegeben von:
      getCreatedTime in Schnittstelle HasCreatedTime
      Gibt zurück:
      Timestamp when the request was created.
    • setCreatedTime

      public void setCreatedTime(Date createdTime)
      Timestamp when the request was created.