setSearchKeyword method
Sets the search keyword.
Android Reference: GroupsRequestBuilder.setSearchKeyword(String)
Implementation
GroupsRequestBuilder setSearchKeyword(String searchKeyword) {
this.searchKeyword = searchKeyword;
return this;
}
Sets the search keyword.
Android Reference: GroupsRequestBuilder.setSearchKeyword(String)
GroupsRequestBuilder setSearchKeyword(String searchKeyword) {
this.searchKeyword = searchKeyword;
return this;
}