faceset_id=... @param facesetId @return this
(String facesetId)
| 217 | * @return this |
| 218 | */ |
| 219 | public PostParameters setFacesetId(String facesetId) { |
| 220 | addString("faceset_id", facesetId); |
| 221 | return this; |
| 222 | } |
| 223 | |
| 224 | /** |
| 225 | * faceset_id=..., ..., ... |
nothing calls this directly
no test coverage detected