public final class AppElementsCreateReferenceRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AppElementsCreateReferenceRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static AppElementsCreateReferenceRequest.Builder |
builder(Onshape onshape) |
|
String |
getIdTag() |
Get An optional deterministic id within the target element that should be tracked
|
String |
getIdTagMicroversionId() |
Get If idTag is specified, the document microversion associated with the idTag
|
String |
getParentChangeId() |
Get Id of the prior change to the application element
|
String |
getSketchId() |
Get An optional sketch feature id within the target element that should be tracked
|
String |
getTargetConfiguration() |
Get If not blank, specifies the configuration of the element.
|
String |
getTargetDocumentId() |
Get The Id of the document of the element that is or contains the target of the reference
|
String |
getTargetElementId() |
Get The element Id of the element that is or contains the target of the reference
|
String |
getTargetMicroversionId() |
Get An optional document microversionId that should be tracked, in case a specific point in history should be tracked by the reference
|
String |
getTargetVersionId() |
Get The Id of the version the document that contains the target of the reference
|
String |
getTransactionId() |
Get Id of the transaction in which the reference creation should occur
|
String |
toString() |
public final String getTransactionId()
public final String getParentChangeId()
public final String getTargetDocumentId()
public final String getTargetVersionId()
public final String getTargetElementId()
public final String getTargetMicroversionId()
public final String getIdTag()
public final String getIdTagMicroversionId()
public final String getTargetConfiguration()
public final String getSketchId()
public static final AppElementsCreateReferenceRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.