Uses of Class
de.hybris.platform.integrationservices.IntegrationObjectClassAttributeModelBuilder
Packages that use IntegrationObjectClassAttributeModelBuilder
-
Uses of IntegrationObjectClassAttributeModelBuilder in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return IntegrationObjectClassAttributeModelBuilderModifier and TypeMethodDescriptionIntegrationObjectClassAttributeModelBuilder.integrationObjectClassAttribute()Instantiates this IntegrationObjectClassAttributeModelBuilder.IntegrationObjectClassAttributeModelBuilder.integrationObjectClassAttribute(String name) Delegates towithName(String)to instantiate an IntegrationObjectClassAttributeModelBuilder with a specified attribute name.IntegrationObjectClassAttributeModelBuilder.unique()Specifies this attribute being a key attribute in the integration object.IntegrationObjectClassAttributeModelBuilder.withClassCode(String code) Sets the class code for this IntegrationObjectClassAttributeModelBuilder.IntegrationObjectClassAttributeModelBuilder.withIntegrationObjectCode(String code) Sets the IntegrationObject code for this IntegrationObjectClassAttributeModelBuilder.Sets the attribute name for this IntegrationObjectClassAttributeModelBuilder.IntegrationObjectClassAttributeModelBuilder.withReadMethod(String readMethod) Sets the readMethod for this IntegrationObjectClassAttributeModelBuilder.IntegrationObjectClassAttributeModelBuilder.withReturnClassCode(String returnClassCode) Sets the reference class code within the IntegrationObject in this IntegrationObjectClassAttributeModelBuilder.IntegrationObjectClassAttributeModelBuilder.withUnique(Boolean u) Sets the unique value for the IntegrationObjectClassAttributeModelBuilder.Methods in de.hybris.platform.integrationservices with parameters of type IntegrationObjectClassAttributeModelBuilderModifier and TypeMethodDescriptionIntegrationObjectClassModelBuilder.withAttribute(IntegrationObjectClassAttributeModelBuilder attribute) Adds an IntegrationObjectClassAttribute to this class model.