Class ClearCustomerSegmentRequest
java.lang.Object
com.broadleafcommerce.auth.user.messaging.ClearCustomerSegmentRequest
Represents a request to remove a customer segment from multiple users.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe segment ID to be removed.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.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. -
setSegmentId
The segment ID to be removed. -
setUserIds
The IDs of the users to remove from the segment. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-