Class SegmentMemberSource

java.lang.Object
com.broadleafcommerce.customer.domain.SegmentMemberSource

public final class SegmentMemberSource extends Object
Constants indicating the origin of a segment/customer relationship.
  • Field Details

    • IMPORT

      public static final String IMPORT
      Indicates this segment/customer relationship was created via an import process.
      See Also:
    • MANUAL

      public static final String MANUAL
      Indicates this segment/customer relationship was manually created.
      See Also:
    • RULE_BASED_SEGMENT

      public static final String RULE_BASED_SEGMENT
      Indicates this segment/customer relationship was created via rule evaluation.
      See Also: