| java.lang.Object | ||
| ↳ | com.coupa.resources.Resource | |
| ↳ | com.coupa.resources.InventoryTransaction | |
Java class for inventory-transaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="inventory-transaction">
<complexContent>
<extension base="{}resource">
<sequence>
<element name="created-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="updated-at" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="barcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="price" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="rfid-tag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="total" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="exported" type="{}restBoolean" minOccurs="0"/>
<element name="account" type="{}account-summary" minOccurs="0"/>
<element name="order-line" type="{}order-line-summary" minOccurs="0"/>
<element name="from-warehouse-location" type="{}warehouse-location-summary" minOccurs="0"/>
<element name="inspection-code" type="{}inspection-code-summary" minOccurs="0"/>
<element name="item" type="{}item-summary" minOccurs="0"/>
<element name="to-warehouse-location" type="{}warehouse-location-summary" minOccurs="0"/>
<element name="uom" type="{}uom-summary" minOccurs="0"/>
<element name="created-by" type="{}user-summary" minOccurs="0"/>
<element name="updated-by" type="{}user-summary" minOccurs="0"/>
<element name="asset-tags" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="asset-tag" type="{}asset-tag-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="attachments" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="attachment" type="{}attachment-link-summary" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InventoryTransaction.AssetTags | Java class for anonymous complex type. |
||||||||||
| InventoryTransaction.Attachments | Java class for anonymous complex type. |
||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| account | |||||||||||
| assetTags | |||||||||||
| attachments | |||||||||||
| barcode | |||||||||||
| createdAt | |||||||||||
| createdBy | |||||||||||
| exported | |||||||||||
| fromWarehouseLocation | |||||||||||
| inspectionCode | |||||||||||
| item | |||||||||||
| orderLine | |||||||||||
| price | |||||||||||
| quantity | |||||||||||
| rfidTag | |||||||||||
| status | |||||||||||
| toWarehouseLocation | |||||||||||
| total | |||||||||||
| type | |||||||||||
| uom | |||||||||||
| updatedAt | |||||||||||
| updatedBy | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the account property.
| |||||||||||
Gets the value of the assetTags property.
| |||||||||||
Gets the value of the attachments property.
| |||||||||||
Gets the value of the barcode property.
| |||||||||||
Gets the value of the createdAt property.
| |||||||||||
Gets the value of the createdBy property.
| |||||||||||
Gets the value of the exported property.
| |||||||||||
Gets the value of the fromWarehouseLocation property.
| |||||||||||
Gets the value of the inspectionCode property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the orderLine property.
| |||||||||||
Gets the value of the price property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the rfidTag property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the toWarehouseLocation property.
| |||||||||||
Gets the value of the total property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the uom property.
| |||||||||||
Gets the value of the updatedAt property.
| |||||||||||
Gets the value of the updatedBy property.
| |||||||||||
Sets the value of the account property.
| |||||||||||
Sets the value of the assetTags property.
| |||||||||||
Sets the value of the attachments property.
| |||||||||||
Sets the value of the barcode property.
| |||||||||||
Sets the value of the createdAt property.
| |||||||||||
Sets the value of the createdBy property.
| |||||||||||
Sets the value of the exported property.
| |||||||||||
Sets the value of the fromWarehouseLocation property.
| |||||||||||
Sets the value of the inspectionCode property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the orderLine property.
| |||||||||||
Sets the value of the price property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the rfidTag property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the toWarehouseLocation property.
| |||||||||||
Sets the value of the total property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the uom property.
| |||||||||||
Sets the value of the updatedAt property.
| |||||||||||
Sets the value of the updatedBy property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.coupa.resources.Resource
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.coupa.api.Identifiable
| |||||||||||
Gets the value of the account property.
AccountSummary
Gets the value of the assetTags property.
InventoryTransaction.AssetTags
Gets the value of the attachments property.
InventoryTransaction.Attachments
Gets the value of the barcode property.
Gets the value of the createdAt property.
Gets the value of the createdBy property.
UserSummary
Gets the value of the exported property.
RestBoolean
Gets the value of the fromWarehouseLocation property.
WarehouseLocationSummary
Gets the value of the inspectionCode property.
InspectionCodeSummary
Gets the value of the item property.
ItemSummary
Gets the value of the orderLine property.
OrderLineSummary
Gets the value of the price property.
Gets the value of the quantity property.
Gets the value of the rfidTag property.
Gets the value of the status property.
Gets the value of the toWarehouseLocation property.
WarehouseLocationSummary
Gets the value of the total property.
Gets the value of the type property.
Gets the value of the uom property.
UomSummary
Gets the value of the updatedAt property.
Gets the value of the updatedBy property.
UserSummary
Sets the value of the account property.
| value | Allowed object is
AccountSummary
|
|---|
Sets the value of the assetTags property.
| value | Allowed object is
InventoryTransaction.AssetTags
|
|---|
Sets the value of the attachments property.
| value | Allowed object is
InventoryTransaction.Attachments
|
|---|
Sets the value of the barcode property.
| value | Allowed object is String |
|---|
Sets the value of the createdAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the createdBy property.
| value | Allowed object is
UserSummary
|
|---|
Sets the value of the exported property.
| value | Allowed object is
RestBoolean
|
|---|
Sets the value of the fromWarehouseLocation property.
| value | Allowed object is
WarehouseLocationSummary
|
|---|
Sets the value of the inspectionCode property.
| value | Allowed object is
InspectionCodeSummary
|
|---|
Sets the value of the item property.
| value | Allowed object is
ItemSummary
|
|---|
Sets the value of the orderLine property.
| value | Allowed object is
OrderLineSummary
|
|---|
Sets the value of the price property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the quantity property.
| value | Allowed object is Float |
|---|
Sets the value of the rfidTag property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the toWarehouseLocation property.
| value | Allowed object is
WarehouseLocationSummary
|
|---|
Sets the value of the total property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|
Sets the value of the uom property.
| value | Allowed object is
UomSummary
|
|---|
Sets the value of the updatedAt property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the updatedBy property.
| value | Allowed object is
UserSummary
|
|---|