public static final class DocumentsDeleteDocumentRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsDeleteDocumentResponse |
call(OnshapeDocument document) |
Calls deleteDocument method, Delete a document
|
DocumentsDeleteDocumentResponse |
call(String did) |
Calls deleteDocument method, Delete a document
|
public final DocumentsDeleteDocumentResponse call(String did) throws OnshapeException
did - Document IDOnshapeException - On HTTP or serialization errorpublic final DocumentsDeleteDocumentResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.