FriendsQuery constructor

FriendsQuery(
  1. UserId userId
)

Implementation

FriendsQuery(UserId userId) {
  this.userId = userId;
}