| Package | Description |
|---|---|
| de.hybris.platform.integrationservices.dto | |
| de.hybris.platform.integrationservices.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IntegrationObjectItemAttributeDTO> |
IntegrationObjectItemDTO.getAttributes() |
java.util.List<IntegrationObjectItemAttributeDTO> |
IntegrationObjectItemAttributesDTO.getIntegrationObjectItemAttributes() |
java.util.Collection<IntegrationObjectItemAttributeDTO> |
IntegrationObjectItemDTO.getUniqueAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntegrationObjectItemDTO.setAttributes(java.util.Set<IntegrationObjectItemAttributeDTO> value) |
void |
IntegrationObjectItemAttributesDTO.setIntegrationObjectItemAttributes(java.util.List<IntegrationObjectItemAttributeDTO> integrationobjectitemattributesList) |
void |
IntegrationObjectItemDTO.setUniqueAttributes(java.util.Collection<IntegrationObjectItemAttributeDTO> value) |
| Constructor and Description |
|---|
IntegrationObjectItemAttributesDTO(java.util.List<IntegrationObjectItemAttributeDTO> integrationobjectitemattributesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
IntegrationObjectItemAttributesResource.postIntegrationObjectItemAttribute(IntegrationObjectItemAttributeDTO dto)
Generated HTTP method for covering POST requests.
|
Response |
IntegrationObjectItemAttributeResource.putIntegrationObjectItemAttribute(IntegrationObjectItemAttributeDTO dto)
Generated HTTP method for covering PUT requests.
|
Copyright © 2018 SAP SE. All Rights Reserved.