| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProductInterestDTO> |
ProductDTO.getProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductDTO.setProductInterests(java.util.Collection<ProductInterestDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ProductInterestDTO> |
CustomerDTO.getProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerDTO.setProductInterests(java.util.Collection<ProductInterestDTO> value) |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestDTO |
ProductInterestsProcessDTO.getProductInterest() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProductInterestDTO> |
ProductInterestsDTO.getProductInterests() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsProcessDTO.setProductInterest(ProductInterestDTO value) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductInterestsDTO.setProductInterests(java.util.List<ProductInterestDTO> productinterestsList) |
| Constructor and Description |
|---|
ProductInterestsDTO(java.util.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 © 2018 SAP SE. All Rights Reserved.