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
public class SavedMessageResponse extends FacebookType implements HasMessage
Respresents the Saved Message Response type- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.FacebookType
FacebookType.Metadata
-
-
Constructor Summary
Constructors Constructor Description SavedMessageResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
The message category of the saved responseString
getImage()
The image attached to this save responseBoolean
getIsEnabled()
Toggle whether to enable the messageString
getMessage()
The message body of the saved responseString
getTitle()
The title of the saved responsevoid
setCategory(String category)
The message category of the saved responsevoid
setImage(String image)
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
setTitle(String title)
The title of the saved response-
Methods 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 Detail
-
SavedMessageResponse
public SavedMessageResponse()
-
-
Method Detail
-
getCategory
public String getCategory()
The message category of the saved response
-
setCategory
public void setCategory(String category)
The message category of the saved response
-
getIsEnabled
public Boolean 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 interfaceHasMessage
-
setMessage
public void setMessage(String message)
The message body of the saved response
-
-