Class ChangeSummaries

java.lang.Object
com.broadleafcommerce.bulkoperations.domain.ChangeSummaries

public class ChangeSummaries extends Object
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 Details

    • ChangeSummaries

      public ChangeSummaries()
  • Method Details

    • getChangeSummaryIds

      public List<String> 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

      public void setChangeSummaryIds(List<String> changeSummaryIds)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object