| Package | Description |
|---|---|
| de.hybris.platform.comments.dto | |
| de.hybris.platform.comments.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CommentAttachmentDTO> |
AbstractCommentDTO.getAttachments() |
java.util.List<CommentAttachmentDTO> |
CommentAttachmentsDTO.getCommentAttachments() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractCommentDTO.setAttachments(java.util.Collection<CommentAttachmentDTO> value) |
void |
CommentAttachmentsDTO.setCommentAttachments(java.util.List<CommentAttachmentDTO> commentattachmentsList) |
| Constructor and Description |
|---|
CommentAttachmentsDTO(java.util.List<CommentAttachmentDTO> commentattachmentsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
CommentAttachmentsResource.postCommentAttachment(CommentAttachmentDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
CommentAttachmentResource.putCommentAttachment(CommentAttachmentDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.