person_id=... @param personId @return this
(String personId)
| 247 | * @return this |
| 248 | */ |
| 249 | public PostParameters setPersonId(String personId) { |
| 250 | addString("person_id", personId); |
| 251 | return this; |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * person_name=... |
nothing calls this directly
no test coverage detected