Class BulkUpdateType

java.lang.Object
com.broadleafcommerce.customer.service.bulk.BulkUpdateType

public class BulkUpdateType extends Object
The types of operations available when performing bulk operations on the customer domain
See Also:
  • Field Details

    • RULE_BASED_SEGMENT

      public static final String RULE_BASED_SEGMENT
      Indicates a bulk operation targeting a rule based segment.
      See Also:
    • CUSTOMER_SET_IMPORT

      public static final String CUSTOMER_SET_IMPORT
      Indicates a bulk operation targeting a customer set segment.
      See Also:
  • Constructor Details

    • BulkUpdateType

      public BulkUpdateType()