withLabels method

TopicsQuery withLabels(
  1. List<String> labels
)

Implementation

TopicsQuery withLabels(List<String> labels) {
  this.labels = labels;
  return this;
}