public class EmailAttachmentsDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
EmailAttachmentsDTO()
Generated constructor - for generic creation.
|
EmailAttachmentsDTO(List<EmailAttachmentDTO> emailattachmentsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailAttachmentDTO> |
getEmailAttachments() |
void |
setEmailAttachments(List<EmailAttachmentDTO> emailattachmentsList) |
public EmailAttachmentsDTO()
public EmailAttachmentsDTO(List<EmailAttachmentDTO> emailattachmentsList)
public List<EmailAttachmentDTO> getEmailAttachments()
public void setEmailAttachments(List<EmailAttachmentDTO> emailattachmentsList)
emailattachmentsList - the emailattachmentsList to setCopyright © 2017 SAP SE. All Rights Reserved.