public class CommentsResource
extends <any>
| Constructor and Description |
|---|
CommentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllComments()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCommentResource(String resourceKey)
Generated getter for sub resource of type
CommentResource for current root resource |
Collection<CommentModel> |
getCommentsCollection()
Convenience method which just delegates to
#getResourceValue() |
void |
setCommentsCollection(Collection<CommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CommentsResource()
public Response getAllComments()
Responsepublic AbstractYResource getCommentResource(String resourceKey)
CommentResource for current root resourcepublic Collection<CommentModel> getCommentsCollection()
#getResourceValue()public void setCommentsCollection(Collection<CommentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.