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

Method setFacesetId

sdk_unuse/PostParameters.java:219–222  ·  view source on GitHub ↗

faceset_id=... @param facesetId @return this

(String facesetId)

Source from the content-addressed store, hash-verified

217 * @return this
218 */
219 public PostParameters setFacesetId(String facesetId) {
220 addString("faceset_id", facesetId);
221 return this;
222 }
223
224 /**
225 * faceset_id=..., ..., ...

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.95
toStringListMethod · 0.95

Tested by

no test coverage detected