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

Method setPersonId

sdk_unuse/PostParameters.java:249–252  ·  view source on GitHub ↗

person_id=... @param personId @return this

(String personId)

Source from the content-addressed store, hash-verified

247 * @return this
248 */
249 public PostParameters setPersonId(String personId) {
250 addString("person_id", personId);
251 return this;
252 }
253
254 /**
255 * person_name=...

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.95
toStringListMethod · 0.95

Tested by

no test coverage detected