withRole method

MembersQuery withRole(
  1. int role
)

Implementation

MembersQuery withRole(int role) {
  this.role = role;
  return this;
}