public class CommentTypesResource
extends <any>
| Constructor and Description |
|---|
CommentTypesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCommentTypes()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCommentTypeResource(String resourceKey)
Generated getter for sub resource of type
CommentTypeResource for current root resource |
Collection<CommentTypeModel> |
getCommentTypesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCommentType(CommentTypeDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCommentTypesCollection(Collection<CommentTypeModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CommentTypesResource()
public Response getAllCommentTypes()
Responsepublic AbstractYResource getCommentTypeResource(String resourceKey)
CommentTypeResource for current root resourcepublic Collection<CommentTypeModel> getCommentTypesCollection()
#getResourceValue()public Response postCommentType(CommentTypeDTO dto)
Responsepublic void setCommentTypesCollection(Collection<CommentTypeModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.