public class WorkflowItemAttachmentsResource
extends <any>
| Constructor and Description |
|---|
WorkflowItemAttachmentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllWorkflowItemAttachments()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getWorkflowItemAttachmentResource(String resourceKey)
Generated getter for sub resource of type
WorkflowItemAttachmentResource for current root resource |
Collection<WorkflowItemAttachmentModel> |
getWorkflowItemAttachmentsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postWorkflowItemAttachment(WorkflowItemAttachmentDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setWorkflowItemAttachmentsCollection(Collection<WorkflowItemAttachmentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public WorkflowItemAttachmentsResource()
public Response getAllWorkflowItemAttachments()
Responsepublic AbstractYResource getWorkflowItemAttachmentResource(String resourceKey)
WorkflowItemAttachmentResource for current root resourcepublic Collection<WorkflowItemAttachmentModel> getWorkflowItemAttachmentsCollection()
#getResourceValue()public Response postWorkflowItemAttachment(WorkflowItemAttachmentDTO dto)
Responsepublic void setWorkflowItemAttachmentsCollection(Collection<WorkflowItemAttachmentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.