Class CleanMessageContent
java.lang.Object
cloud.genesys.webmessaging.sdk.model.CleanMessageContent
- All Implemented Interfaces:
Serializable
CleanMessageContent
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachment(CleanContentAttachment attachment) buttonResponse(ContentButtonResponse buttonResponse) card(ContentCard card) carousel(ContentCarousel carousel) contentType(ContentType contentType) booleangeneric(ContentGeneric generic) getCard()getText()inthashCode()quickReply(ContentQuickReply quickReply) quickReplyV2(ContentQuickReplyV2 quickReplyV2) voidsetAttachment(CleanContentAttachment attachment) voidsetButtonResponse(ContentButtonResponse buttonResponse) voidsetCard(ContentCard card) voidsetCarousel(ContentCarousel carousel) voidsetContentType(ContentType contentType) voidsetGeneric(ContentGeneric generic) voidsetQuickReply(ContentQuickReply quickReply) voidsetQuickReplyV2(ContentQuickReplyV2 quickReplyV2) voidsetText(ContentText text) text(ContentText text) toString()
-
Constructor Details
-
CleanMessageContent
public CleanMessageContent()
-
-
Method Details
-
attachment
-
getAttachment
-
setAttachment
-
contentType
-
getContentType
-
setContentType
-
buttonResponse
-
getButtonResponse
-
setButtonResponse
-
generic
-
getGeneric
-
setGeneric
-
card
-
getCard
-
setCard
-
carousel
-
getCarousel
-
setCarousel
-
quickReply
-
getQuickReply
-
setQuickReply
-
text
-
getText
-
setText
-
quickReplyV2
-
getQuickReplyV2
-
setQuickReplyV2
-
equals
-
hashCode
public int hashCode() -
toString
-