org.labkey.remoteapi.security
Class CreateGroupResponse

java.lang.Object
  extended by org.labkey.remoteapi.CommandResponse
      extended by org.labkey.remoteapi.security.CreateGroupResponse

public class CreateGroupResponse
extends CommandResponse


Constructor Summary
CreateGroupResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, Command sourceCommand)
           
 
Method Summary
 java.lang.Number getGroupId()
           
 
Methods inherited from class org.labkey.remoteapi.CommandResponse
findObject, getContentType, getParsedData, getProperty, getProperty, getRequiredVersion, getSourceCommand, getStatusCode, getText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateGroupResponse

public CreateGroupResponse(java.lang.String text,
                           int statusCode,
                           java.lang.String contentType,
                           org.json.simple.JSONObject json,
                           Command sourceCommand)
Method Detail

getGroupId

public java.lang.Number getGroupId()