public class InventoryEventResource
extends <any>
| Constructor and Description |
|---|
InventoryEventResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteInventoryEvent()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getHMCHistoryEntryResource(String resourceKey)
Generated getter for sub resource of type
HMCHistoryEntryResource for current root resource |
Response |
getInventoryEvent()
Generated HTTP method for covering GET requests.
|
InventoryEventModel |
getInventoryEventModel()
Convenience method which just delegates to
#getResourceValue() |
AbstractYResource |
getLinkResource(String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
putInventoryEvent(InventoryEventDTO dto)
Generated HTTP method for covering PUT requests.
|
protected InventoryEventModel |
readResource(String resourceId)
Gets the
InventoryEventModel resource which is addressed by current resource request. |
void |
setInventoryEventModel(InventoryEventModel value)
Convenience method which just delegates to
#setResourceValue(InventoryEventModel) |
public InventoryEventResource()
public Response deleteInventoryEvent()
Responsepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic Response getInventoryEvent()
Responsepublic InventoryEventModel getInventoryEventModel()
#getResourceValue()public AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response putInventoryEvent(InventoryEventDTO dto)
Responseprotected InventoryEventModel readResource(String resourceId) throws Exception
InventoryEventModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setInventoryEventModel(InventoryEventModel value)
#setResourceValue(InventoryEventModel)Copyright © 2017 SAP SE. All Rights Reserved.