private static final String PROP_FOR_TYPE_AND_APPLICATION = "auditRecordsForTypeAndApplication";
private static final String PROP_FOR_TYPE_AND_USER_AND_APPLICATION = "auditRecordsForTypeAndUserAndApplication";
private static final String PROP_AUDIT_RECORDS = "auditRecords";
protected void instanceToJson(BaseResourceRepresentation representation, JSONObject json) {
throw new UnsupportedOperationException();
}