labels static method

FollowQuery labels(
  1. List<String> labels
)

Implementation

static FollowQuery labels(List<String> labels) {
  return FollowQuery(CommunitiesIds.labels(labels));
}