public class CommentMetadatasResource
extends <any>
| Constructor and Description |
|---|
CommentMetadatasResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCommentMetadatas()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCommentMetadataResource(String resourceKey)
Generated getter for sub resource of type
CommentMetadataResource for current root resource |
Collection<CommentMetadataModel> |
getCommentMetadatasCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCommentMetadata(CommentMetadataDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCommentMetadatasCollection(Collection<CommentMetadataModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CommentMetadatasResource()
public Response getAllCommentMetadatas()
Responsepublic AbstractYResource getCommentMetadataResource(String resourceKey)
CommentMetadataResource for current root resourcepublic Collection<CommentMetadataModel> getCommentMetadatasCollection()
#getResourceValue()public Response postCommentMetadata(CommentMetadataDTO dto)
Responsepublic void setCommentMetadatasCollection(Collection<CommentMetadataModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.