public class CommentGroupsResource
extends <any>
| Constructor and Description |
|---|
CommentGroupsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCommentGroups()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCommentGroupResource(String resourceKey)
Generated getter for sub resource of type
CommentGroupResource for current root resource |
Collection<CommentGroupModel> |
getCommentGroupsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCommentGroup(CommentGroupDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCommentGroupsCollection(Collection<CommentGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CommentGroupsResource()
public Response getAllCommentGroups()
Responsepublic AbstractYResource getCommentGroupResource(String resourceKey)
CommentGroupResource for current root resourcepublic Collection<CommentGroupModel> getCommentGroupsCollection()
#getResourceValue()public Response postCommentGroup(CommentGroupDTO dto)
Responsepublic void setCommentGroupsCollection(Collection<CommentGroupModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.