public class ProcessTaskLogsResource
extends <any>
| Constructor and Description |
|---|
ProcessTaskLogsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllProcessTaskLogs()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getProcessTaskLogResource(String resourceKey)
Generated getter for sub resource of type
ProcessTaskLogResource for current root resource |
Collection<ProcessTaskLogModel> |
getProcessTaskLogsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postProcessTaskLog(ProcessTaskLogDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setProcessTaskLogsCollection(Collection<ProcessTaskLogModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ProcessTaskLogsResource()
public Response getAllProcessTaskLogs()
Responsepublic AbstractYResource getProcessTaskLogResource(String resourceKey)
ProcessTaskLogResource for current root resourcepublic Collection<ProcessTaskLogModel> getProcessTaskLogsCollection()
#getResourceValue()public Response postProcessTaskLog(ProcessTaskLogDTO dto)
Responsepublic void setProcessTaskLogsCollection(Collection<ProcessTaskLogModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.