public class CachedPromotionResultsResource
extends <any>
| Constructor and Description |
|---|
CachedPromotionResultsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCachedPromotionResults()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCachedPromotionResultResource(String resourceKey)
Generated getter for sub resource of type
CachedPromotionResultResource for current root resource |
Collection<CachedPromotionResultModel> |
getCachedPromotionResultsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCachedPromotionResult(CachedPromotionResultDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCachedPromotionResultsCollection(Collection<CachedPromotionResultModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CachedPromotionResultsResource()
public Response getAllCachedPromotionResults()
Responsepublic AbstractYResource getCachedPromotionResultResource(String resourceKey)
CachedPromotionResultResource for current root resourcepublic Collection<CachedPromotionResultModel> getCachedPromotionResultsCollection()
#getResourceValue()public Response postCachedPromotionResult(CachedPromotionResultDTO dto)
Responsepublic void setCachedPromotionResultsCollection(Collection<CachedPromotionResultModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.