setCommunityIds method

Paginator setCommunityIds(
  1. String value
)

Implementation

Paginator setCommunityIds(String value) {
  this.cCommunityCategoryIds = value;
  return this;
}