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
-
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 responsevoid
setCategory
(String category) The message category of the saved responsevoid
The image attached to this save responsevoid
setIsEnabled
(Boolean isEnabled) Toggle whether to enable the messagevoid
setMessage
(String message) The message body of the saved responsevoid
The title of the saved responseMethods inherited from class com.restfb.types.FacebookType
getId, getMetadata, getType, setId, setMetadata, setType
Methods 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:
getMessage
in interfaceHasMessage
-
setMessage
The message body of the saved response -
getTitle
The title of the saved response -
setTitle
The title of the saved response
-