withProperties method

GroupsQuery withProperties(
  1. Map<String, String> properties
)

Implementation

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