withProjectProductInfo method

PlanInfoBuilder withProjectProductInfo(
  1. List<ProjectProductInfo> info
)

Implementation

PlanInfoBuilder withProjectProductInfo(final List<ProjectProductInfo> info) {
  _projectProductInfo = info;
  return this;
}