MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / setPersonName

Method setPersonName

sdk_unuse/PostParameters.java:259–262  ·  view source on GitHub ↗

person_name=... @param personName @return this

(String personName)

Source from the content-addressed store, hash-verified

257 * @return this
258 */
259 public PostParameters setPersonName(String personName) {
260 addString("person_name", personName);
261 return this;
262 }
263
264 /**
265 * name=...

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.95
toStringListMethod · 0.95

Tested by

no test coverage detected