Class ClearCustomerSegmentRequest
java.lang.Object
com.broadleafcommerce.customer.service.bulk.messaging.ClearCustomerSegmentRequest
Represents a request to remove a customer segment from multiple users.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The segment ID to be removed.The timestamp of the persistence event to remove the segment from the User's attributes.The IDs of the users to remove from the segment.int
hashCode()
void
setSegmentId
(String segmentId) The segment ID to be removed.void
setTimestamp
(Instant timestamp) The timestamp of the persistence event to remove the segment from the User's attributes.void
setUserIds
(List<String> userIds) The IDs of the users to remove from the segment.toString()
-
Constructor Details
-
ClearCustomerSegmentRequest
public ClearCustomerSegmentRequest()
-
-
Method Details
-
getSegmentId
The segment ID to be removed. -
getUserIds
The IDs of the users to remove from the segment. -
getTimestamp
The timestamp of the persistence event to remove the segment from the User's attributes. -
setSegmentId
The segment ID to be removed. -
setUserIds
The IDs of the users to remove from the segment. -
setTimestamp
The timestamp of the persistence event to remove the segment from the User's attributes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-