ActivitiesQuery constructor

ActivitiesQuery(
  1. CommunitiesIds ids
)

Implementation

ActivitiesQuery(CommunitiesIds ids) {
  this.ids = ids;
}