Package com.seeq.model
Class EmailerConfigurationOutputV1
java.lang.Object
com.seeq.model.EmailerConfigurationOutputV1
EmailerConfigurationOutputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedAttachmentTypesItem
(String allowedAttachmentTypesItem) allowedAttachmentTypes
(List<String> allowedAttachmentTypes) boolean
The list of allowed MIME types for attachmentsThe maximum size, in megabytes, for all attachments in an email.The maximum number of attachments allowed in an email.int
hashCode()
maxAttachmentsSizeInMB
(Double maxAttachmentsSizeInMB) maxNumberOfAttachments
(Integer maxNumberOfAttachments) void
setAllowedAttachmentTypes
(List<String> allowedAttachmentTypes) void
setMaxAttachmentsSizeInMB
(Double maxAttachmentsSizeInMB) void
setMaxNumberOfAttachments
(Integer maxNumberOfAttachments) toString()
-
Constructor Details
-
EmailerConfigurationOutputV1
public EmailerConfigurationOutputV1()
-
-
Method Details
-
maxNumberOfAttachments
-
getMaxNumberOfAttachments
The maximum number of attachments allowed in an email.- Returns:
- maxNumberOfAttachments
-
setMaxNumberOfAttachments
-
maxAttachmentsSizeInMB
-
getMaxAttachmentsSizeInMB
The maximum size, in megabytes, for all attachments in an email.- Returns:
- maxAttachmentsSizeInMB
-
setMaxAttachmentsSizeInMB
-
allowedAttachmentTypes
-
addAllowedAttachmentTypesItem
public EmailerConfigurationOutputV1 addAllowedAttachmentTypesItem(String allowedAttachmentTypesItem) -
getAllowedAttachmentTypes
The list of allowed MIME types for attachments- Returns:
- allowedAttachmentTypes
-
setAllowedAttachmentTypes
-
equals
-
hashCode
public int hashCode() -
toString
-