public class RenameGroupResponse extends CommandResponse
| Constructor and Description |
|---|
RenameGroupResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
Command sourceCommand) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNewName() |
java.lang.String |
getOldName() |
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getTextpublic RenameGroupResponse(java.lang.String text,
int statusCode,
java.lang.String contentType,
org.json.simple.JSONObject json,
Command sourceCommand)