Class SavedMessageResponse

All Implemented Interfaces:
HasMessage, Serializable

public class SavedMessageResponse extends FacebookType implements HasMessage
Respresents the Saved Message Response type
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • getCategory

      public String getCategory()
      The message category of the saved response
    • setCategory

      public void setCategory(String category)
      The message category of the saved response
    • getImage

      public String getImage()
      The image attached to this save response
    • setImage

      public void setImage(String image)
      The image attached to this save response
    • getIsEnabled

      Toggle whether to enable the message
    • setIsEnabled

      public void setIsEnabled(Boolean isEnabled)
      Toggle whether to enable the message
    • getMessage

      public String getMessage()
      The message body of the saved response
      Specified by:
      getMessage in interface HasMessage
    • setMessage

      public void setMessage(String message)
      The message body of the saved response
    • getTitle

      public String getTitle()
      The title of the saved response
    • setTitle

      public void setTitle(String title)
      The title of the saved response