Class IntegrationObjectItemAttributeBuilder
java.lang.Object
de.hybris.platform.integrationservices.IntegrationObjectItemAttributeBuilder
A builder for
IntegrationObjectItemAttributeModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates new instance of this builder.build()Creates new instance of the attribute.forObjectOfType(ComposedTypeModel model) returnIntegrationObjectType(IntegrationObjectItemModel referenceType) unique()withDescriptorName(String name)
-
Constructor Details
-
IntegrationObjectItemAttributeBuilder
public IntegrationObjectItemAttributeBuilder()
-
-
Method Details
-
attribute
Creates new instance of this builder.- Returns:
- new "empty" builder instance.
-
named
-
withDescriptorName
-
forObjectOfType
-
returnIntegrationObjectType
public IntegrationObjectItemAttributeBuilder returnIntegrationObjectType(IntegrationObjectItemModel referenceType) -
unique
-
build
Creates new instance of the attribute. Subsequent calls on the same builder instance result in different instance of the attribute returned, but the instances will have exactly same properties as they were specified by other method calls prior to callingbuild().- Returns:
- new
IntegrationObjectItemAttributeModelinstance.
-