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