com.ibm.commerce.marketing.facade.datatypes

Interface MarketingTriggerType



  • public interface MarketingTriggerType
    A representation of the model object 'Trigger Type'. A marketing trigger represents a customer interaction point that starts or continues a marketing activity.

    The following features are supported:

    See Also:
    MarketingPackage.getMarketingTriggerType()
    • Method Detail

      • getTriggerEvent

        java.lang.String getTriggerEvent()
        Returns the value of the 'Trigger Event' attribute. The name representing the event that has occurred.
        Returns:
        the value of the 'Trigger Event' attribute.
        See Also:
        setTriggerEvent(String), MarketingPackage.getMarketingTriggerType_TriggerEvent()
      • setTriggerEvent

        void setTriggerEvent(java.lang.String value)
        Sets the value of the 'Trigger Event' attribute.
        Parameters:
        value - the new value of the 'Trigger Event' attribute.
        See Also:
        getTriggerEvent()
      • getTriggerParameter

        java.util.Map getTriggerParameter()
        Returns the value of the 'Trigger Parameter' map. The key is of type String, and the value is of type String, A name value pair that describes the details of the event that has occurred.
        Returns:
        the value of the 'Trigger Parameter' map.
        See Also:
        MarketingPackage.getMarketingTriggerType_TriggerParameter()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. User Data.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MarketingPackage.getMarketingTriggerType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()