withProperties method
Implementation
GroupsQuery withProperties(Map<String, String> properties) {
this.properties = properties;
return this;
}
GroupsQuery withProperties(Map<String, String> properties) {
this.properties = properties;
return this;
}