setSortBy method
Sets the sort by field.
Android Reference: UsersRequestBuilder.setSortBy(String)
Implementation
UsersRequestBuilder setSortBy(String sortBy) {
this.sortBy = sortBy;
return this;
}
Sets the sort by field.
Android Reference: UsersRequestBuilder.setSortBy(String)
UsersRequestBuilder setSortBy(String sortBy) {
this.sortBy = sortBy;
return this;
}