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
      • EXPOSEDDESTINATIONS

        public static final java.lang.String EXPOSEDDESTINATIONS
        Qualifier of the InboundChannelConfiguration.exposedDestinations 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
      • getExposedDestinations

        public java.util.List<ExposedDestination> getExposedDestinations​(SessionContext ctx)
        Generated method - Getter of the InboundChannelConfiguration.exposedDestinations attribute.
        Returns:
        the exposedDestinations
      • getExposedDestinations

        public java.util.List<ExposedDestination> getExposedDestinations()
        Generated method - Getter of the InboundChannelConfiguration.exposedDestinations attribute.
        Returns:
        the exposedDestinations
      • setExposedDestinations

        public void setExposedDestinations​(SessionContext ctx,
                                           java.util.List<ExposedDestination> value)
        Generated method - Setter of the InboundChannelConfiguration.exposedDestinations attribute.
        Parameters:
        value - the exposedDestinations
      • setExposedDestinations

        public void setExposedDestinations​(java.util.List<ExposedDestination> value)
        Generated method - Setter of the InboundChannelConfiguration.exposedDestinations attribute.
        Parameters:
        value - the exposedDestinations
      • addToExposedDestinations

        public void addToExposedDestinations​(SessionContext ctx,
                                             ExposedDestination value)
        Generated method - Adds value to exposedDestinations.
        Parameters:
        value - the item to add to exposedDestinations
      • addToExposedDestinations

        public void addToExposedDestinations​(ExposedDestination value)
        Generated method - Adds value to exposedDestinations.
        Parameters:
        value - the item to add to exposedDestinations
      • removeFromExposedDestinations

        public void removeFromExposedDestinations​(SessionContext ctx,
                                                  ExposedDestination value)
        Generated method - Removes value from exposedDestinations.
        Parameters:
        value - the item to remove from exposedDestinations
      • removeFromExposedDestinations

        public void removeFromExposedDestinations​(ExposedDestination value)
        Generated method - Removes value from exposedDestinations.
        Parameters:
        value - the item to remove from exposedDestinations
      • 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