MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / setGroupName

Method setGroupName

sdk_unuse/PostParameters.java:159–162  ·  view source on GitHub ↗

group_name=... @param groupName @return this

(String groupName)

Source from the content-addressed store, hash-verified

157 * @return this
158 */
159 public PostParameters setGroupName(String groupName){
160 addString("group_name", groupName);
161 return this;
162 }
163
164 /**
165 * group_id=...

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.95
toStringListMethod · 0.95

Tested by

no test coverage detected