Class AppRequest

    • Method Detail

      • getActionType

        public String getActionType()
        Request action type for structured request
        Returns:
        Request action type for structured request
      • setActionType

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

        public String getData()
        Optional data passed with the request for tracking purposes
        Returns:
        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

        public NamedFacebookType getTo()
        The recipient user associated with the request.
        Returns:
        The recipient user associated with the request.
      • getFrom

        public NamedFacebookType getFrom()
        The sender user associated with the request.
        Specified by:
        getFrom in interface HasFrom
        Returns:
        The sender user associated with the request.
      • setMessage

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

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