Class BaseMessagingContent
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.BaseMessagingContent
-
- All Implemented Interfaces:
Serializable
public class BaseMessagingContent extends Object implements Serializable
BaseMessagingContent- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseMessagingContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseMessagingContentattachment(BaseContentAttachment attachment)BaseMessagingContentcontentType(ContentType contentType)booleanequals(Object o)BaseContentAttachmentgetAttachment()ContentTypegetContentType()inthashCode()voidsetAttachment(BaseContentAttachment attachment)voidsetContentType(ContentType contentType)StringtoString()
-
-
-
Method Detail
-
attachment
public BaseMessagingContent attachment(BaseContentAttachment attachment)
-
getAttachment
public BaseContentAttachment getAttachment()
-
setAttachment
public void setAttachment(BaseContentAttachment attachment)
-
contentType
public BaseMessagingContent contentType(ContentType contentType)
-
getContentType
public ContentType getContentType()
-
setContentType
public void setContentType(ContentType contentType)
-
-