public class WorkflowActionCommentsResource
extends <any>
| Constructor and Description |
|---|
WorkflowActionCommentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllWorkflowActionComments()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getWorkflowActionCommentResource(String resourceKey)
Generated getter for sub resource of type
WorkflowActionCommentResource for current root resource |
Collection<WorkflowActionCommentModel> |
getWorkflowActionCommentsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postWorkflowActionComment(WorkflowActionCommentDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setWorkflowActionCommentsCollection(Collection<WorkflowActionCommentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public WorkflowActionCommentsResource()
public Response getAllWorkflowActionComments()
Responsepublic AbstractYResource getWorkflowActionCommentResource(String resourceKey)
WorkflowActionCommentResource for current root resourcepublic Collection<WorkflowActionCommentModel> getWorkflowActionCommentsCollection()
#getResourceValue()public Response postWorkflowActionComment(WorkflowActionCommentDTO dto)
Responsepublic void setWorkflowActionCommentsCollection(Collection<WorkflowActionCommentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.