Uses of Class
de.hybris.platform.integrationservices.IntegrationObjectModelBuilder
-
-
Uses of IntegrationObjectModelBuilder in de.hybris.platform.integrationservices
Methods in de.hybris.platform.integrationservices that return IntegrationObjectModelBuilder Modifier and Type Method Description IntegrationObjectModelBuilderIntegrationObjectModelBuilder. cleanAlways()Specifies to run cleanup/after methods of this rule even ifbuild()method was not called.static IntegrationObjectModelBuilderIntegrationObjectModelBuilder. integrationObject()Get a new instance of the builderIntegrationObjectModelBuilderIntegrationObjectModelBuilder. withCode(java.lang.String code)IntegrationObjectModelBuilderIntegrationObjectModelBuilder. withItem(IntegrationObjectItemModelBuilder builder) -
Uses of IntegrationObjectModelBuilder in de.hybris.platform.odata2webservicesfeaturetests.ws
Methods in de.hybris.platform.odata2webservicesfeaturetests.ws with parameters of type IntegrationObjectModelBuilder Modifier and Type Method Description InboundChannelConfigurationBuilderInboundChannelConfigurationBuilder. withIntegrationObject(IntegrationObjectModelBuilder builder) -
Uses of IntegrationObjectModelBuilder in de.hybris.platform.outboundsync
Methods in de.hybris.platform.outboundsync with parameters of type IntegrationObjectModelBuilder Modifier and Type Method Description OutboundChannelConfigurationBuilderOutboundChannelConfigurationBuilder. withIntegrationObject(IntegrationObjectModelBuilder builder) -
Uses of IntegrationObjectModelBuilder in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices with parameters of type IntegrationObjectModelBuilder Modifier and Type Method Description WebhookConfigurationBuilderWebhookConfigurationBuilder. withIntegrationObject(IntegrationObjectModelBuilder builder)Specifies integration object to be used for payload creation of the web hook notification
-