public class ProductOrderLimitsResource
extends <any>
| Constructor and Description |
|---|
ProductOrderLimitsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllProductOrderLimits()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getProductOrderLimitResource(String resourceKey)
Generated getter for sub resource of type
ProductOrderLimitResource for current root resource |
Collection<ProductOrderLimitModel> |
getProductOrderLimitsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postProductOrderLimit(ProductOrderLimitDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setProductOrderLimitsCollection(Collection<ProductOrderLimitModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ProductOrderLimitsResource()
public Response getAllProductOrderLimits()
Responsepublic AbstractYResource getProductOrderLimitResource(String resourceKey)
ProductOrderLimitResource for current root resourcepublic Collection<ProductOrderLimitModel> getProductOrderLimitsCollection()
#getResourceValue()public Response postProductOrderLimit(ProductOrderLimitDTO dto)
Responsepublic void setProductOrderLimitsCollection(Collection<ProductOrderLimitModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.