public static final class ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder extends Object
| Modifier and Type | Method | Description |
|---|---|---|
ElementsUpdateReferencesRequestReferenceUpdatesToReference |
build() |
|
String |
documentId() |
Get The Document ID of the destination reference.
|
ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder |
documentId(String value) |
Set The Document ID of the destination reference.
|
String |
elementId() |
Get The Element ID of the destination reference.
|
ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder |
elementId(String value) |
Set The Element ID of the destination reference.
|
Map |
elementType() |
Get The elementType of the item in the destination revision.
|
ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder |
elementType(Map value) |
Set The elementType of the item in the destination revision.
|
Map |
partNumber() |
Get The part number identifying the item in the destination revision.
|
ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder |
partNumber(Map value) |
Set The part number identifying the item in the destination revision.
|
Map |
revision() |
Get The destination revision.
|
ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder |
revision(Map value) |
Set The destination revision.
|
String |
versionId() |
Get The Version ID of the destination reference.
|
ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder |
versionId(String value) |
Set The Version ID of the destination reference.
|
public final String documentId()
public final ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder documentId(String value)
value - The Document ID of the destination reference.public final String versionId()
public final ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder versionId(String value)
value - The Version ID of the destination reference. If unspecified, the workspaceId in the queryParams will be used.public final String elementId()
public final ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder elementId(String value)
value - The Element ID of the destination reference. If unspecified, all items will be updated to their respective elements in the specified document/version or document/workspace.public final Map revision()
public final ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder revision(Map value)
value - The destination revision.public final Map partNumber()
public final ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder partNumber(Map value)
value - The part number identifying the item in the destination revision.public final Map elementType()
public final ElementsUpdateReferencesRequestReferenceUpdatesToReference.Builder elementType(Map value)
value - The elementType of the item in the destination revision. This can be: ASSEMBLY or PARTSTUDIO (for parts).public final ElementsUpdateReferencesRequestReferenceUpdatesToReference build()
Copyright © 2021. All rights reserved.