roles method

Apply Filter

Implementation

AmityCommunityMemberSearch roles(List<String> roles) {
  _request.roles = roles;
  return this;
}