withProjectsLimit method
Implementation
PlanInfoBuilder withProjectsLimit(final int? projectsLimit) {
_projectsLimit = projectsLimit;
return this;
}
PlanInfoBuilder withProjectsLimit(final int? projectsLimit) {
_projectsLimit = projectsLimit;
return this;
}