Uses of Class
de.hybris.platform.integrationservices.integrationkey.KeyValue.Builder
Packages that use KeyValue.Builder
-
Uses of KeyValue.Builder in de.hybris.platform.integrationservices.integrationkey
Methods in de.hybris.platform.integrationservices.integrationkey that return KeyValue.BuilderModifier and TypeMethodDescriptionKeyValue.Builder.withValue(IntegrationObjectItemAttributeModel attribute, Object value) Deprecated, for removal: This API element is subject to removal in a future version.KeyValue.Builder.withValue(KeyAttribute attribute, Object value) Specifies a single attribute value for the key value to build.KeyValue.Builder.withValue(TypeAttributeDescriptor attribute, Object value) Specifies a single attribute value for the key value to build.KeyValue.Builder.withValues(Collection<KeyAttributeValue> values) Specifies multiple attribute values for the key value to build.
withValue(TypeAttributeDescriptor, Object)instead to avoid conversion of the attribute model toTypeAttributeDescriptor