withTag method

ActivitiesQuery withTag(
  1. String tag
)

Implementation

ActivitiesQuery withTag(String tag) {
  this.tag = tag;
  return this;
}