public class CommentAttachmentsResource
extends <any>
| Constructor and Description |
|---|
CommentAttachmentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCommentAttachments()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCommentAttachmentResource(String resourceKey)
Generated getter for sub resource of type
CommentAttachmentResource for current root resource |
Collection<CommentAttachmentModel> |
getCommentAttachmentsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCommentAttachment(CommentAttachmentDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCommentAttachmentsCollection(Collection<CommentAttachmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CommentAttachmentsResource()
public Response getAllCommentAttachments()
Responsepublic AbstractYResource getCommentAttachmentResource(String resourceKey)
CommentAttachmentResource for current root resourcepublic Collection<CommentAttachmentModel> getCommentAttachmentsCollection()
#getResourceValue()public Response postCommentAttachment(CommentAttachmentDTO dto)
Responsepublic void setCommentAttachmentsCollection(Collection<CommentAttachmentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.