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