public final class AssembliesGetBillOfMaterialsResponseBomTable extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
AssembliesGetBillOfMaterialsResponseBomTableBomSource |
bomSource |
Describes the document, version/workspace, and element that the BOM was created from
|
String |
createdAt |
The UTC date and time the BOM data was exported.
|
String |
description |
The description of the BOM.
|
String |
formatVersion |
The version of the Onshape BOM JSON Standard that this response complies with
|
AssembliesGetBillOfMaterialsResponseBomTableHeaders[] |
headers |
BOM table column headers
|
String |
id |
The id of the BOM
|
AssembliesGetBillOfMaterialsResponseBomTableItems[] |
items |
The non-header rows of the BOM table.
|
String |
name |
The name of the BOM
|
String |
partNumber |
The partNumber of the BOM.
|
| Constructor | Description |
|---|---|
AssembliesGetBillOfMaterialsResponseBomTable() |
| Modifier and Type | Method | Description |
|---|---|---|
AssembliesGetBillOfMaterialsResponseBomTableBomSource |
getBomSource() |
Get Describes the document, version/workspace, and element that the BOM was created from
|
String |
getCreatedAt() |
Get The UTC date and time the BOM data was exported.
|
String |
getDescription() |
Get The description of the BOM.
|
String |
getFormatVersion() |
Get The version of the Onshape BOM JSON Standard that this response complies with
|
AssembliesGetBillOfMaterialsResponseBomTableHeaders[] |
getHeaders() |
Get BOM table column headers
|
String |
getId() |
Get The id of the BOM
|
AssembliesGetBillOfMaterialsResponseBomTableItems[] |
getItems() |
Get The non-header rows of the BOM table.
|
String |
getName() |
Get The name of the BOM
|
String |
getPartNumber() |
Get The partNumber of the BOM.
|
String |
toString() |
getOtherPropertiespublic String formatVersion
public String id
public String name
public String description
public String partNumber
public String createdAt
public AssembliesGetBillOfMaterialsResponseBomTableBomSource bomSource
public AssembliesGetBillOfMaterialsResponseBomTableHeaders[] headers
public AssembliesGetBillOfMaterialsResponseBomTableItems[] items
public AssembliesGetBillOfMaterialsResponseBomTable()
public final String getFormatVersion()
public final String getId()
public final String getName()
public final String getDescription()
public final String getPartNumber()
public final String getCreatedAt()
public final AssembliesGetBillOfMaterialsResponseBomTableBomSource getBomSource()
public final AssembliesGetBillOfMaterialsResponseBomTableHeaders[] getHeaders()
public final AssembliesGetBillOfMaterialsResponseBomTableItems[] getItems()
Copyright © 2021. All rights reserved.