public class AbstractCommentsResource
extends <any>
| Constructor and Description |
|---|
AbstractCommentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractYResource |
getAbstractCommentResource(String resourceKey)
Generated getter for sub resource of type
AbstractCommentResource for current root resource |
Collection<AbstractCommentModel> |
getAbstractCommentsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
getAllAbstractComments()
Generated HTTP method for covering GET requests.
|
Response |
postAbstractComment(AbstractCommentDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setAbstractCommentsCollection(Collection<AbstractCommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public AbstractCommentsResource()
public AbstractYResource getAbstractCommentResource(String resourceKey)
AbstractCommentResource for current root resourcepublic Collection<AbstractCommentModel> getAbstractCommentsCollection()
#getResourceValue()public Response getAllAbstractComments()
Responsepublic Response postAbstractComment(AbstractCommentDTO dto)
Responsepublic void setAbstractCommentsCollection(Collection<AbstractCommentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.