Class ChangeSummaryRemovalRequest
java.lang.Object
com.broadleafcommerce.sandbox.domain.ChangeSummaryRemovalRequest
Payload object for informing the API (
TransitionRequestEndpoint.removeSummariesFromGroup(jakarta.servlet.http.HttpServletRequest, com.broadleafcommerce.data.tracking.core.context.ContextInfo, com.broadleafcommerce.sandbox.domain.ChangeSummaryRemovalRequest))
on which ChangeSummaries should be removed from their current
ChangeSummaryGroup and added to a new one.- Author:
- Chad Harchar (charchar)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe list of id values forChangeSummaryinstances that should be targeted for the API request.getName()The optional identifying name for the newChangeSummaryGroup.inthashCode()voidsetChangeSummaryIds(List<String> changeSummaryIds) The list of id values forChangeSummaryinstances that should be targeted for the API request.voidThe optional identifying name for the newChangeSummaryGroup.toString()
-
Constructor Details
-
ChangeSummaryRemovalRequest
public ChangeSummaryRemovalRequest()
-
-
Method Details
-
getChangeSummaryIds
The list of id values forChangeSummaryinstances that should be targeted for the API request.- Returns:
- The list of id values for
ChangeSummaryinstances that should be targeted
-
getName
The optional identifying name for the newChangeSummaryGroup. This should be a short name identifying this group in the UI.- Returns:
- The optional identifying name for the new
ChangeSummaryGroup
-
setChangeSummaryIds
The list of id values forChangeSummaryinstances that should be targeted for the API request.- Parameters:
changeSummaryIds- The list of id values forChangeSummaryinstances that should be targeted
-
setName
The optional identifying name for the newChangeSummaryGroup. This should be a short name identifying this group in the UI.- Parameters:
name- The optional identifying name for the newChangeSummaryGroup
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-