Class CleanMessageContent
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.CleanMessageContent
-
- All Implemented Interfaces:
Serializable
public class CleanMessageContent extends Object implements Serializable
CleanMessageContent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CleanMessageContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CleanMessageContentattachment(CleanContentAttachment attachment)CleanMessageContentbuttonResponse(ContentButtonResponse buttonResponse)CleanMessageContentcontentType(ContentType contentType)booleanequals(Object o)CleanMessageContentgeneric(ContentGeneric generic)CleanContentAttachmentgetAttachment()ContentButtonResponsegetButtonResponse()ContentTypegetContentType()ContentGenericgetGeneric()ContentQuickReplygetQuickReply()inthashCode()CleanMessageContentquickReply(ContentQuickReply quickReply)voidsetAttachment(CleanContentAttachment attachment)voidsetButtonResponse(ContentButtonResponse buttonResponse)voidsetContentType(ContentType contentType)voidsetGeneric(ContentGeneric generic)voidsetQuickReply(ContentQuickReply quickReply)StringtoString()
-
-
-
Method Detail
-
attachment
public CleanMessageContent attachment(CleanContentAttachment attachment)
-
getAttachment
public CleanContentAttachment getAttachment()
-
setAttachment
public void setAttachment(CleanContentAttachment attachment)
-
contentType
public CleanMessageContent contentType(ContentType contentType)
-
getContentType
public ContentType getContentType()
-
setContentType
public void setContentType(ContentType contentType)
-
buttonResponse
public CleanMessageContent buttonResponse(ContentButtonResponse buttonResponse)
-
getButtonResponse
public ContentButtonResponse getButtonResponse()
-
setButtonResponse
public void setButtonResponse(ContentButtonResponse buttonResponse)
-
generic
public CleanMessageContent generic(ContentGeneric generic)
-
getGeneric
public ContentGeneric getGeneric()
-
setGeneric
public void setGeneric(ContentGeneric generic)
-
quickReply
public CleanMessageContent quickReply(ContentQuickReply quickReply)
-
getQuickReply
public ContentQuickReply getQuickReply()
-
setQuickReply
public void setQuickReply(ContentQuickReply quickReply)
-
-