Class InboundChannelConfigurationBuilder
- java.lang.Object
-
- de.hybris.platform.odata2webservicesfeaturetests.ws.InboundChannelConfigurationBuilder
-
public class InboundChannelConfigurationBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description InboundChannelConfigurationBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbuild()static InboundChannelConfigurationBuilderinboundChannelConfigurationBuilder()InboundChannelConfigurationBuilderwithAuthType(AuthenticationType authType)InboundChannelConfigurationBuilderwithCode(java.lang.String code)
-
-
-
Method Detail
-
inboundChannelConfigurationBuilder
public static InboundChannelConfigurationBuilder inboundChannelConfigurationBuilder()
-
withCode
public InboundChannelConfigurationBuilder withCode(java.lang.String code)
-
withAuthType
public InboundChannelConfigurationBuilder withAuthType(AuthenticationType authType)
-
build
public void build() throws ImpExException- Throws:
ImpExException
-
-