public class ProductInterestsResource
extends <any>
| Constructor and Description |
|---|
ProductInterestsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllProductInterests()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getProductInterestResource(String resourceKey)
Generated getter for sub resource of type
ProductInterestResource for current root resource |
Collection<ProductInterestModel> |
getProductInterestsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postProductInterest(ProductInterestDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setProductInterestsCollection(Collection<ProductInterestModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ProductInterestsResource()
public Response getAllProductInterests()
Responsepublic AbstractYResource getProductInterestResource(String resourceKey)
ProductInterestResource for current root resourcepublic Collection<ProductInterestModel> getProductInterestsCollection()
#getResourceValue()public Response postProductInterest(ProductInterestDTO dto)
Responsepublic void setProductInterestsCollection(Collection<ProductInterestModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.