Class EmailerConfigurationOutputV1

java.lang.Object
com.seeq.model.EmailerConfigurationOutputV1

public class EmailerConfigurationOutputV1 extends Object
EmailerConfigurationOutputV1
  • Constructor Details

    • EmailerConfigurationOutputV1

      public EmailerConfigurationOutputV1()
  • Method Details

    • maxNumberOfAttachments

      public EmailerConfigurationOutputV1 maxNumberOfAttachments(Integer maxNumberOfAttachments)
    • getMaxNumberOfAttachments

      public Integer getMaxNumberOfAttachments()
      The maximum number of attachments allowed in an email.
      Returns:
      maxNumberOfAttachments
    • setMaxNumberOfAttachments

      public void setMaxNumberOfAttachments(Integer maxNumberOfAttachments)
    • maxAttachmentsSizeInMB

      public EmailerConfigurationOutputV1 maxAttachmentsSizeInMB(Double maxAttachmentsSizeInMB)
    • getMaxAttachmentsSizeInMB

      public Double getMaxAttachmentsSizeInMB()
      The maximum size, in megabytes, for all attachments in an email.
      Returns:
      maxAttachmentsSizeInMB
    • setMaxAttachmentsSizeInMB

      public void setMaxAttachmentsSizeInMB(Double maxAttachmentsSizeInMB)
    • allowedAttachmentTypes

      public EmailerConfigurationOutputV1 allowedAttachmentTypes(List<String> allowedAttachmentTypes)
    • addAllowedAttachmentTypesItem

      public EmailerConfigurationOutputV1 addAllowedAttachmentTypesItem(String allowedAttachmentTypesItem)
    • getAllowedAttachmentTypes

      public List<String> getAllowedAttachmentTypes()
      The list of allowed MIME types for attachments
      Returns:
      allowedAttachmentTypes
    • setAllowedAttachmentTypes

      public void setAllowedAttachmentTypes(List<String> allowedAttachmentTypes)
    • 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