public class PromotionResultsResource
extends <any>
| Constructor and Description |
|---|
PromotionResultsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPromotionResults()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getPromotionResultResource(String resourceKey)
Generated getter for sub resource of type
PromotionResultResource for current root resource |
Collection<PromotionResultModel> |
getPromotionResultsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postPromotionResult(PromotionResultDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPromotionResultsCollection(Collection<PromotionResultModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PromotionResultsResource()
public Response getAllPromotionResults()
Responsepublic AbstractYResource getPromotionResultResource(String resourceKey)
PromotionResultResource for current root resourcepublic Collection<PromotionResultModel> getPromotionResultsCollection()
#getResourceValue()public Response postPromotionResult(PromotionResultDTO dto)
Responsepublic void setPromotionResultsCollection(Collection<PromotionResultModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.