public class DeleteGroupCommand extends PostCommand<CommandResponse>
Command.CommonParameters, Command.ResponseCONTENT_TYPE_JSON| Constructor and Description |
|---|
DeleteGroupCommand(DeleteGroupCommand source) |
DeleteGroupCommand(int groupId) |
| Modifier and Type | Method and Description |
|---|---|
PostCommand |
copy()
Returns a copy of this object.
|
int |
getGroupId() |
org.json.simple.JSONObject |
getJsonObject()
Returns the JSON object to post, or null if the JSON object
has not yet been set.
|
void |
setGroupId(int groupId) |
createMethod, setJsonObject_execute, createResponse, execute, getActionName, getActionUrl, getControllerName, getHttpMethod, getParameters, getParamValueAsString, getQueryString, getRequiredVersion, getTimeout, setParameters, setRequiredVersion, setTimeoutpublic DeleteGroupCommand(int groupId)
public DeleteGroupCommand(DeleteGroupCommand source)
public int getGroupId()
public void setGroupId(int groupId)
public PostCommand copy()
Commandcopy in class PostCommand<CommandResponse>public org.json.simple.JSONObject getJsonObject()
PostCommandgetJsonObject in class PostCommand<CommandResponse>