Class EmailAttachment

java.lang.Object
com.mypurecloud.sdk.v2.model.EmailAttachment
All Implemented Interfaces:
Serializable

public class EmailAttachment extends Object implements Serializable
EmailAttachment
See Also:
  • Constructor Details

    • EmailAttachment

      public EmailAttachment()
    • EmailAttachment

      public EmailAttachment(Boolean initWithEmptyList)
  • Method Details

    • name

      public EmailAttachment name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • contentPath

      public EmailAttachment contentPath(String contentPath)
    • getContentPath

      public String getContentPath()
    • setContentPath

      public void setContentPath(String contentPath)
    • contentType

      public EmailAttachment contentType(String contentType)
    • getContentType

      public String getContentType()
    • setContentType

      public void setContentType(String contentType)
    • attachmentId

      public EmailAttachment attachmentId(String attachmentId)
    • getAttachmentId

      public String getAttachmentId()
    • setAttachmentId

      public void setAttachmentId(String attachmentId)
    • contentLength

      public EmailAttachment contentLength(Integer contentLength)
    • getContentLength

      public Integer getContentLength()
    • setContentLength

      public void setContentLength(Integer contentLength)
    • 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