public static final class DocumentsGetAclRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetAclResponse |
call(OnshapeDocument document) |
Calls getAcl method, Get list of entities with access to a document and the permissions granted to them.
|
DocumentsGetAclResponse |
call(String did) |
Calls getAcl method, Get list of entities with access to a document and the permissions granted to them.
|
public final DocumentsGetAclResponse call(String did) throws OnshapeException
did - Document IDOnshapeException - On HTTP or serialization errorpublic final DocumentsGetAclResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.