Package com.mypurecloud.sdk.v2.model
Class QueueConversationSocialExpressionEventTopicAttachment
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationSocialExpressionEventTopicAttachment
- All Implemented Interfaces:
Serializable
public class QueueConversationSocialExpressionEventTopicAttachment
extends Object
implements Serializable
QueueConversationSocialExpressionEventTopicAttachment
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQueueConversationSocialExpressionEventTopicAttachment(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptionattachmentId(String attachmentId) The unique identifier for the attachment.contentLength(Long contentLength) The length of the attachment file.contentType(String contentType) The type of file the attachment is.contentUri(String contentUri) The content uri of the attachment.booleangetName()inthashCode()The name of the attachment.voidsetAttachmentId(String attachmentId) voidsetContentLength(Long contentLength) voidsetContentType(String contentType) voidsetContentUri(String contentUri) voidtoString()
-
Constructor Details
-
QueueConversationSocialExpressionEventTopicAttachment
public QueueConversationSocialExpressionEventTopicAttachment() -
QueueConversationSocialExpressionEventTopicAttachment
-
-
Method Details
-
attachmentId
The unique identifier for the attachment. -
getAttachmentId
-
setAttachmentId
-
name
The name of the attachment. -
getName
-
setName
-
contentUri
The content uri of the attachment. If set, this is commonly a public api download location. -
getContentUri
-
setContentUri
-
contentType
The type of file the attachment is. -
getContentType
-
setContentType
-
contentLength
The length of the attachment file. -
getContentLength
-
setContentLength
-
equals
-
hashCode
public int hashCode() -
toString
-