MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / setType

Method setType

sdk_unuse/PostParameters.java:199–202  ·  view source on GitHub ↗

type= all | search | recognize @param type @return this

(String type)

Source from the content-addressed store, hash-verified

197 * @return this
198 */
199 public PostParameters setType(String type) {
200 addString("type", type);
201 return this;
202 }
203
204 /**
205 * face_id=...

Callers

nothing calls this directly

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected