Class ClearCustomerSegmentRequest
- java.lang.Object
-
- com.broadleafcommerce.customer.service.bulk.messaging.ClearCustomerSegmentRequest
-
public class ClearCustomerSegmentRequest extends Object
Represents a request to remove a customer segment from multiple users.
-
-
Constructor Summary
Constructors Constructor Description ClearCustomerSegmentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetSegmentId()The segment ID to be removed.List<String>getUserIds()The IDs of the users to remove from the segment.inthashCode()voidsetSegmentId(String segmentId)The segment ID to be removed.voidsetUserIds(List<String> userIds)The IDs of the users to remove from the segment.StringtoString()
-
-
-
Method Detail
-
getSegmentId
public String getSegmentId()
The segment ID to be removed.
-
setSegmentId
public void setSegmentId(String segmentId)
The segment ID to be removed.
-
setUserIds
public void setUserIds(List<String> userIds)
The IDs of the users to remove from the segment.
-
canEqual
protected boolean canEqual(Object other)
-
-