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

Method setFaceId1

sdk_unuse/PostParameters.java:139–142  ·  view source on GitHub ↗

face_id1=... @param id @return this

(String id)

Source from the content-addressed store, hash-verified

137 * @return this
138 */
139 public PostParameters setFaceId1(String id){
140 addString("face_id1", id);
141 return this;
142 }
143
144 /**
145 * face_id2=...

Callers

nothing calls this directly

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected