| Modifier and Type | Method and Description |
|---|---|
Collection<ProductInterestDTO> |
ProductDTO.getProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDTO.setProductInterests(Collection<ProductInterestDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ProductInterestDTO> |
CustomerDTO.getProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerDTO.setProductInterests(Collection<ProductInterestDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestDTO |
ProductInterestsProcessDTO.getProductInterest() |
| Modifier and Type | Method and Description |
|---|---|
List<ProductInterestDTO> |
ProductInterestsDTO.getProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsProcessDTO.setProductInterest(ProductInterestDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsDTO.setProductInterests(List<ProductInterestDTO> productinterestsList) |
| Constructor and Description |
|---|
ProductInterestsDTO(List<ProductInterestDTO> productinterestsList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
ProductInterestsResource.postProductInterest(ProductInterestDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
ProductInterestResource.putProductInterest(ProductInterestDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2017 SAP SE. All Rights Reserved.