inTarget method

TagsQuery inTarget(
  1. PostActivityTarget target
)

Implementation

TagsQuery inTarget(PostActivityTarget target) {
  this.target = target;
  return this;
}