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