face_id=... @param faceId @return this
(String faceId)
| 207 | * @return this |
| 208 | */ |
| 209 | public PostParameters setFaceId(String faceId) { |
| 210 | addString("face_id", faceId); |
| 211 | return this; |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * faceset_id=... |
nothing calls this directly
no test coverage detected