public class ItemSyncTimestampsResource
extends <any>
| Constructor and Description |
|---|
ItemSyncTimestampsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllItemSyncTimestamps()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getItemSyncTimestampResource(String resourceKey)
Generated getter for sub resource of type
ItemSyncTimestampResource for current root resource |
Collection<ItemSyncTimestampModel> |
getItemSyncTimestampsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postItemSyncTimestamp(ItemSyncTimestampDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setItemSyncTimestampsCollection(Collection<ItemSyncTimestampModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ItemSyncTimestampsResource()
public Response getAllItemSyncTimestamps()
Responsepublic AbstractYResource getItemSyncTimestampResource(String resourceKey)
ItemSyncTimestampResource for current root resourcepublic Collection<ItemSyncTimestampModel> getItemSyncTimestampsCollection()
#getResourceValue()public Response postItemSyncTimestamp(ItemSyncTimestampDTO dto)
Responsepublic void setItemSyncTimestampsCollection(Collection<ItemSyncTimestampModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.