byUser method

ActivitiesQuery byUser(
  1. UserId id
)

Implementation

ActivitiesQuery byUser(UserId id) {
  this.author = id;
  return this;
}