public class ProductRestrictionsResource
extends <any>
| Constructor and Description |
|---|
ProductRestrictionsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllProductRestrictions()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getProductRestrictionResource(String resourceKey)
Generated getter for sub resource of type
ProductRestrictionResource for current root resource |
Collection<ProductRestrictionModel> |
getProductRestrictionsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postProductRestriction(ProductRestrictionDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setProductRestrictionsCollection(Collection<ProductRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ProductRestrictionsResource()
public Response getAllProductRestrictions()
Responsepublic AbstractYResource getProductRestrictionResource(String resourceKey)
ProductRestrictionResource for current root resourcepublic Collection<ProductRestrictionModel> getProductRestrictionsCollection()
#getResourceValue()public Response postProductRestriction(ProductRestrictionDTO dto)
Responsepublic void setProductRestrictionsCollection(Collection<ProductRestrictionModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.