Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MrFuFuFu/RxFace
/ setUrl
Method
setUrl
sdk_unuse/PostParameters.java:78–81 ·
view source on GitHub ↗
url=... @param url @return this
(String url)
Source
from the content-addressed store, hash-verified
76
* @
return
this
77
*/
78
public
PostParameters setUrl(String url){
79
addString(
"url"
, url);
80
return
this;
81
}
82
83
/**
84
* attribute = gender | age | race | all | none
Callers
nothing calls this directly
Calls
1
addString
Method · 0.95
Tested by
no test coverage detected