public static final class DocumentsGetWorkspacesRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsGetWorkspacesResponse |
call(OnshapeDocument document) |
Calls getWorkspaces method, List workspaces in document
|
DocumentsGetWorkspacesResponse |
call(String did) |
Calls getWorkspaces method, List workspaces in document
|
String |
noreadonly() |
Get Do not return read-only workspaces
|
DocumentsGetWorkspacesRequest.Builder |
noreadonly(String value) |
Set Do not return read-only workspaces
|
public final String noreadonly()
public final DocumentsGetWorkspacesRequest.Builder noreadonly(String value)
value - Do not return read-only workspacespublic final DocumentsGetWorkspacesResponse call(String did) throws OnshapeException
did - Document IDOnshapeException - On HTTP or serialization errorpublic final DocumentsGetWorkspacesResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.