Class GeneratedInboundChannelConfiguration

    • Field Detail

      • INTEGRATIONOBJECT

        public static final java.lang.String INTEGRATIONOBJECT
        Qualifier of the InboundChannelConfiguration.integrationObject attribute
        See Also:
        Constant Field Values
      • AUTHENTICATIONTYPE

        public static final java.lang.String AUTHENTICATIONTYPE
        Qualifier of the InboundChannelConfiguration.authenticationType attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedInboundChannelConfiguration

        public GeneratedInboundChannelConfiguration()
    • Method Detail

      • getAuthenticationType

        public EnumerationValue getAuthenticationType​(SessionContext ctx)
        Generated method - Getter of the InboundChannelConfiguration.authenticationType attribute.
        Returns:
        the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
      • getAuthenticationType

        public EnumerationValue getAuthenticationType()
        Generated method - Getter of the InboundChannelConfiguration.authenticationType attribute.
        Returns:
        the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
      • setAuthenticationType

        public void setAuthenticationType​(SessionContext ctx,
                                          EnumerationValue value)
        Generated method - Setter of the InboundChannelConfiguration.authenticationType attribute.
        Parameters:
        value - the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
      • setAuthenticationType

        public void setAuthenticationType​(EnumerationValue value)
        Generated method - Setter of the InboundChannelConfiguration.authenticationType attribute.
        Parameters:
        value - the authenticationType - Type of authentication for an integration object in an Inbound request, which can be of a type defined in the AuthenticationType Enum
      • getIntegrationObject

        public IntegrationObject getIntegrationObject​(SessionContext ctx)
        Generated method - Getter of the InboundChannelConfiguration.integrationObject attribute.
        Returns:
        the integrationObject - Integration Object configured with authentication for an Inbound Request
      • getIntegrationObject

        public IntegrationObject getIntegrationObject()
        Generated method - Getter of the InboundChannelConfiguration.integrationObject attribute.
        Returns:
        the integrationObject - Integration Object configured with authentication for an Inbound Request
      • setIntegrationObject

        public void setIntegrationObject​(SessionContext ctx,
                                         IntegrationObject value)
        Generated method - Setter of the InboundChannelConfiguration.integrationObject attribute.
        Parameters:
        value - the integrationObject - Integration Object configured with authentication for an Inbound Request
      • setIntegrationObject

        public void setIntegrationObject​(IntegrationObject value)
        Generated method - Setter of the InboundChannelConfiguration.integrationObject attribute.
        Parameters:
        value - the integrationObject - Integration Object configured with authentication for an Inbound Request