Class ChangeSummaries
java.lang.Object
com.broadleafcommerce.bulkoperations.domain.ChangeSummaries
Request construct that details a list of ChangeSummary ids to operate on.
- Since:
- Bulk Operations Service 1.0.2, Release Train 2.1.4, Release Train 2.2.0
- Author:
- Jon Fleschler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of id values for ChangeSummary instances that should be targeted for the API request.int
hashCode()
boolean
Flag to indicate that all ChangeSummary instances should be targeted for the API request.void
setAllChangeSummaries
(boolean allChangeSummaries) Flag to indicate that all ChangeSummary instances should be targeted for the API request.void
setChangeSummaryIds
(List<String> changeSummaryIds) The list of id values for ChangeSummary instances that should be targeted for the API request.toString()
-
Constructor Details
-
ChangeSummaries
public ChangeSummaries()
-
-
Method Details
-
getChangeSummaryIds
The list of id values for ChangeSummary instances that should be targeted for the API request.- Returns:
- The list of id values for ChangeSummary instances that should be targeted
-
isAllChangeSummaries
public boolean isAllChangeSummaries()Flag to indicate that all ChangeSummary instances should be targeted for the API request.- Returns:
- Flag to indicate that all ChangeSummary instances should be targeted for the API request
-
setChangeSummaryIds
The list of id values for ChangeSummary instances that should be targeted for the API request.- Parameters:
changeSummaryIds
- The list of id values for ChangeSummary instances that should be targeted
-
setAllChangeSummaries
public void setAllChangeSummaries(boolean allChangeSummaries) Flag to indicate that all ChangeSummary instances should be targeted for the API request.- Parameters:
allChangeSummaries
- Flag to indicate that all ChangeSummary instances should be targeted for the API request
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-