Package | Description |
---|---|
com.onshape.api |
Onshape API client library.
|
com.onshape.api.requests |
Request object types.
|
Modifier and Type | Method | Description |
---|---|---|
AppElementsCreateReferenceRequest.Builder |
AppElements.createReference() |
Create request for createReference
|
Modifier and Type | Method | Description |
---|---|---|
static AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.builder(Onshape onshape) |
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.idTag(String value) |
Set An optional deterministic id within the target element that should be tracked
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.idTagMicroversionId(String value) |
Set If idTag is specified, the document microversion associated with the idTag
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.parentChangeId(String value) |
Set Id of the prior change to the application element
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.sketchId(String value) |
Set An optional sketch feature id within the target element that should be tracked
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.targetConfiguration(String value) |
Set If not blank, specifies the configuration of the element.
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.targetDocumentId(String value) |
Set The Id of the document of the element that is or contains the target of the reference
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.targetElementId(String value) |
Set The element Id of the element that is or contains the target of the reference
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.targetMicroversionId(String value) |
Set An optional document microversionId that should be tracked, in case a specific point in history should be tracked by the reference
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.targetVersionId(String value) |
Set The Id of the version the document that contains the target of the reference
|
AppElementsCreateReferenceRequest.Builder |
AppElementsCreateReferenceRequest.Builder.transactionId(String value) |
Set Id of the transaction in which the reference creation should occur
|
Copyright © 2021. All rights reserved.