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
-
-
-
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)
-
card
public CleanMessageContent card(ContentCard card)
-
getCard
public ContentCard getCard()
-
setCard
public void setCard(ContentCard card)
-
carousel
public CleanMessageContent carousel(ContentCarousel carousel)
-
getCarousel
public ContentCarousel getCarousel()
-
setCarousel
public void setCarousel(ContentCarousel carousel)
-
quickReply
public CleanMessageContent quickReply(ContentQuickReply quickReply)
-
getQuickReply
public ContentQuickReply getQuickReply()
-
setQuickReply
public void setQuickReply(ContentQuickReply quickReply)
-
text
public CleanMessageContent text(ContentText text)
-
getText
public ContentText getText()
-
setText
public void setText(ContentText text)
-
quickReplyV2
public CleanMessageContent quickReplyV2(ContentQuickReplyV2 quickReplyV2)
-
getQuickReplyV2
public ContentQuickReplyV2 getQuickReplyV2()
-
setQuickReplyV2
public void setQuickReplyV2(ContentQuickReplyV2 quickReplyV2)
-
-