Class AccountInviteAcceptanceNotification


  • public class AccountInviteAcceptanceNotification
    extends Object
    Represents an account invite to be sent to the notification service.
    • Constructor Detail

      • AccountInviteAcceptanceNotification

        public AccountInviteAcceptanceNotification()
    • Method Detail

      • getAccount

        public Account getAccount()
        The account related to the invite
      • getCustomer

        public Customer getCustomer()
        The targeted customer
      • getAdditionalArgs

        public Map<String,​Object> getAdditionalArgs()
        Any additional arguments to pass along with the notification.
      • getIdentifierType

        public String getIdentifierType()
        The resolution identifier type. Either DOMAIN, DOMAIN_PREFIX, or PARAMETER. Combined with identifierValue, can be used to determine the storefront URL. See Application.getIdentifierType()
      • getIdentifierValue

        public String getIdentifierValue()
        The identifier value. Combined with identifierType, can be used to determine the storefront URL. See Application.getIdentifierValue()
      • getContextInfo

        public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
        The context
      • setAccount

        public void setAccount​(Account account)
        The account related to the invite
      • setCustomer

        public void setCustomer​(Customer customer)
        The targeted customer
      • setAdditionalArgs

        public void setAdditionalArgs​(Map<String,​Object> additionalArgs)
        Any additional arguments to pass along with the notification.
      • setIdentifierType

        public void setIdentifierType​(String identifierType)
        The resolution identifier type. Either DOMAIN, DOMAIN_PREFIX, or PARAMETER. Combined with identifierValue, can be used to determine the storefront URL. See Application.getIdentifierType()
      • setIdentifierValue

        public void setIdentifierValue​(String identifierValue)
        The identifier value. Combined with identifierType, can be used to determine the storefront URL. See Application.getIdentifierValue()
      • setContextInfo

        public void setContextInfo​(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
        The context
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object