withName method

MembersQuery withName(
  1. String name
)

Implementation

MembersQuery withName(String name) {
  this.name = name;
  return this;
}