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

Method setFaceId2

sdk_unuse/PostParameters.java:149–152  ·  view source on GitHub ↗

face_id2=... @param id @return this

(String id)

Source from the content-addressed store, hash-verified

147 * @return this
148 */
149 public PostParameters setFaceId2(String id){
150 addString("face_id2", id);
151 return this;
152 }
153
154 /**
155 * group_name=...

Callers

nothing calls this directly

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected