setScopes method
Sets the scopes for filtering.
Android Reference: BannedGroupMembersRequestBuilder.setScopes(List<String>)
Implementation
BannedGroupMembersRequestBuilder setScopes(List<String> scopes) {
this.scopes = scopes;
return this;
}
Sets the scopes for filtering.
Android Reference: BannedGroupMembersRequestBuilder.setScopes(List<String>)
BannedGroupMembersRequestBuilder setScopes(List<String> scopes) {
this.scopes = scopes;
return this;
}