265266267268269270271
* @throws IllegalArgumentException if {@code oid} is negative */ public void downgradeObject( long contextId, long oid, CompletionHandler completionHandler) { addRequest(contextId, new DowngradeObject(oid, completionHandler)); }