faceset_name=... @param facesetName @return this
(String facesetName)
| 390 | * @return this |
| 391 | */ |
| 392 | public PostParameters setFacesetName(String facesetName) { |
| 393 | addString("faceset_name", facesetName); |
| 394 | return this; |
| 395 | } |
| 396 | |
| 397 | /** |
| 398 | * faceset_name=... , ... , ... |
nothing calls this directly
no test coverage detected