Class SendEmailAttachmentV1

java.lang.Object
com.seeq.model.SendEmailAttachmentV1

public class SendEmailAttachmentV1 extends Object
SendEmailAttachmentV1
  • Constructor Details

    • SendEmailAttachmentV1

      public SendEmailAttachmentV1()
  • Method Details

    • content

      public SendEmailAttachmentV1 content(String content)
    • getContent

      public String getContent()
      The base64 encoded content of an attachment.
      Returns:
      content
    • setContent

      public void setContent(String content)
    • type

      public SendEmailAttachmentV1 type(String type)
    • getType

      public String getType()
      The MIME type of the content of an attachment.
      Returns:
      type
    • setType

      public void setType(String type)
    • filename

      public SendEmailAttachmentV1 filename(String filename)
    • getFilename

      public String getFilename()
      The filename of an attachment.
      Returns:
      filename
    • setFilename

      public void setFilename(String filename)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object