org.labkey.remoteapi.security
Class GetGroupPermsResponse

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

public class GetGroupPermsResponse
extends CommandResponse


Constructor Summary
GetGroupPermsResponse(java.lang.String text, int statusCode, java.lang.String contentType, org.json.simple.JSONObject json, GetGroupPermsCommand sourceCommand)
           
 
Method Summary
 
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

GetGroupPermsResponse

public GetGroupPermsResponse(java.lang.String text,
                             int statusCode,
                             java.lang.String contentType,
                             org.json.simple.JSONObject json,
                             GetGroupPermsCommand sourceCommand)