followedBy method

LabelsQuery followedBy(
  1. UserId id
)

Implementation

LabelsQuery followedBy(UserId id) {
  this.follower = id;
  return this;
}