public static final class DocumentsSyncAppElementsRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
DocumentsSyncAppElementsResponse |
call(OnshapeDocument document) |
Calls syncAppElements method, Sync application elements to the latest microversions
|
DocumentsSyncAppElementsResponse |
call(String did,
String wid) |
Calls syncAppElements method, Sync application elements to the latest microversions
|
String |
description() |
Get Description for the sync command
|
DocumentsSyncAppElementsRequest.Builder |
description(String value) |
Set Description for the sync command
|
String[] |
elements() |
Get Application elements to sync
|
DocumentsSyncAppElementsRequest.Builder |
elements(String[] value) |
Set Application elements to sync
|
public final String[] elements()
public final DocumentsSyncAppElementsRequest.Builder elements(String[] value)
value - Application elements to syncpublic final String description()
public final DocumentsSyncAppElementsRequest.Builder description(String value)
value - Description for the sync commandpublic final DocumentsSyncAppElementsResponse call(String did, String wid) throws OnshapeException
did - Document IDwid - Workspace IDOnshapeException - On HTTP or serialization errorpublic final DocumentsSyncAppElementsResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.