Uses of Class
de.hybris.platform.integrationservices.integrationkey.KeyAttributeValue
-
Packages that use KeyAttributeValue Package Description de.hybris.platform.integrationservices.integrationkey -
-
Uses of KeyAttributeValue in de.hybris.platform.integrationservices.integrationkey
Methods in de.hybris.platform.integrationservices.integrationkey that return types with arguments of type KeyAttributeValue Modifier and Type Method Description java.util.Collection<KeyAttributeValue>KeyValue. getKeyAttributeValues()Retrieves values this key consists of.Method parameters in de.hybris.platform.integrationservices.integrationkey with type arguments of type KeyAttributeValue Modifier and Type Method Description KeyValue.BuilderKeyValue.Builder. withValues(java.util.Collection<KeyAttributeValue> values)Specifies multiple attribute values for the key value to build.Constructor parameters in de.hybris.platform.integrationservices.integrationkey with type arguments of type KeyAttributeValue Constructor Description KeyValue(java.util.Collection<KeyAttributeValue> values)Instantiates a key value consisting of the provided attribute values
-