| Package | Description |
|---|---|
| de.hybris.platform.comments.dto | |
| de.hybris.platform.comments.resource |
| Modifier and Type | Method and Description |
|---|---|
ReplyDTO |
ReplyDTO.getParent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ReplyDTO> |
RepliesDTO.getReplies() |
java.util.List<ReplyDTO> |
CommentDTO.getReplies() |
java.util.List<ReplyDTO> |
ReplyDTO.getReplies() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplyDTO.setParent(ReplyDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
RepliesDTO.setReplies(java.util.List<ReplyDTO> repliesList) |
void |
CommentDTO.setReplies(java.util.List<ReplyDTO> value) |
void |
ReplyDTO.setReplies(java.util.List<ReplyDTO> value) |
| Constructor and Description |
|---|
RepliesDTO(java.util.List<ReplyDTO> repliesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
RepliesResource.postReply(ReplyDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
ReplyResource.putReply(ReplyDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.