public class ProductEntitlementsResource
extends <any>
| Constructor and Description |
|---|
ProductEntitlementsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllProductEntitlements()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getProductEntitlementResource(String resourceKey)
Generated getter for sub resource of type
ProductEntitlementResource for current root resource |
Collection<ProductEntitlementModel> |
getProductEntitlementsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postProductEntitlement(ProductEntitlementDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setProductEntitlementsCollection(Collection<ProductEntitlementModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ProductEntitlementsResource()
public Response getAllProductEntitlements()
Responsepublic AbstractYResource getProductEntitlementResource(String resourceKey)
ProductEntitlementResource for current root resourcepublic Collection<ProductEntitlementModel> getProductEntitlementsCollection()
#getResourceValue()public Response postProductEntitlement(ProductEntitlementDTO dto)
Responsepublic void setProductEntitlementsCollection(Collection<ProductEntitlementModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.