Package com.restfb.types
Class SavedMessageResponse
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.FacebookType
com.restfb.types.SavedMessageResponse
- All Implemented Interfaces:
HasMessage,Serializable
Respresents the Saved
Message Response type
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe message category of the saved responsegetImage()The image attached to this save responseToggle whether to enable the messageThe message body of the saved responsegetTitle()The title of the saved responsevoidsetCategory(String category) The message category of the saved responsevoidThe image attached to this save responsevoidsetIsEnabled(Boolean isEnabled) Toggle whether to enable the messagevoidsetMessage(String message) The message body of the saved responsevoidThe title of the saved responseMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setTypeMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
SavedMessageResponse
public SavedMessageResponse()
-
-
Method Details
-
getCategory
The message category of the saved response -
setCategory
The message category of the saved response -
getImage
The image attached to this save response -
setImage
The image attached to this save response -
getIsEnabled
Toggle whether to enable the message -
setIsEnabled
Toggle whether to enable the message -
getMessage
The message body of the saved response- Specified by:
getMessagein interfaceHasMessage
-
setMessage
The message body of the saved response -
getTitle
The title of the saved response -
setTitle
The title of the saved response
-