Class DeleteContainerResponse

java.lang.Object
org.labkey.remoteapi.CommandResponse
org.labkey.remoteapi.security.DeleteContainerResponse

public class DeleteContainerResponse extends CommandResponse
Response from a DeleteContainerResponse. Contains no real response data, just indicates if the deletion was successful or not.
  • Constructor Details

    • DeleteContainerResponse

      public DeleteContainerResponse(String text, int statusCode, String contentType, org.json.JSONObject json)