Package com.seeq.model
Class SendEmailAttachmentV1
java.lang.Object
com.seeq.model.SendEmailAttachmentV1
SendEmailAttachmentV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The base64 encoded content of an attachment.The filename of an attachment.getType()
The MIME type of the content of an attachment.int
hashCode()
void
setContent
(String content) void
setFilename
(String filename) void
toString()
-
Constructor Details
-
SendEmailAttachmentV1
public SendEmailAttachmentV1()
-
-
Method Details
-
content
-
getContent
The base64 encoded content of an attachment.- Returns:
- content
-
setContent
-
type
-
getType
The MIME type of the content of an attachment.- Returns:
- type
-
setType
-
filename
-
getFilename
The filename of an attachment.- Returns:
- filename
-
setFilename
-
equals
-
hashCode
public int hashCode() -
toString
-