group_name=... @param groupName @return this
(String groupName)
| 157 | * @return this |
| 158 | */ |
| 159 | public PostParameters setGroupName(String groupName){ |
| 160 | addString("group_name", groupName); |
| 161 | return this; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * group_id=... |
nothing calls this directly
no test coverage detected