public static final class AppAssociativeDataCopyAssociativeDataRequest.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
AppAssociativeDataCopyAssociativeDataResponse |
call(OnshapeDocument document) |
Calls copyAssociativeData method, Copy associative data between views
|
AppAssociativeDataCopyAssociativeDataResponse |
call(String did,
String wid,
String eid) |
Calls copyAssociativeData method, Copy associative data between views
|
String |
description() |
Get description of the copy
|
AppAssociativeDataCopyAssociativeDataRequest.Builder |
description(String value) |
Set description of the copy
|
AppAssociativeDataCopyAssociativeDataRequestItems[] |
items() |
Get array of viewId pairs
|
AppAssociativeDataCopyAssociativeDataRequest.Builder |
items(AppAssociativeDataCopyAssociativeDataRequestItems[] value) |
Set array of viewId pairs
|
String |
parentChangeId() |
Get the specific changeId at which the copy should take place
|
AppAssociativeDataCopyAssociativeDataRequest.Builder |
parentChangeId(String value) |
Set the specific changeId at which the copy should take place
|
String |
transactionId() |
Get the transactionId in which the copy should take place
|
AppAssociativeDataCopyAssociativeDataRequest.Builder |
transactionId(String value) |
Set the transactionId in which the copy should take place
|
public final String transactionId()
public final AppAssociativeDataCopyAssociativeDataRequest.Builder transactionId(String value)
value - the transactionId in which the copy should take placepublic final String parentChangeId()
public final AppAssociativeDataCopyAssociativeDataRequest.Builder parentChangeId(String value)
value - the specific changeId at which the copy should take placepublic final String description()
public final AppAssociativeDataCopyAssociativeDataRequest.Builder description(String value)
value - description of the copypublic final AppAssociativeDataCopyAssociativeDataRequestItems[] items()
public final AppAssociativeDataCopyAssociativeDataRequest.Builder items(AppAssociativeDataCopyAssociativeDataRequestItems[] value)
value - array of viewId pairspublic final AppAssociativeDataCopyAssociativeDataResponse call(String did, String wid, String eid) throws OnshapeException
did - Document IDwid - Workspace IDeid - Element IDOnshapeException - On HTTP or serialization errorpublic final AppAssociativeDataCopyAssociativeDataResponse call(OnshapeDocument document) throws OnshapeException
document - Document object from Onshape URL.OnshapeException - On HTTP or serialization errorCopyright © 2021. All rights reserved.