| Package | Description |
|---|---|
| eu.fispace.api.lg |
This package contains the classes that describe the messages that
the FIspace SDI component will exchange with apps and external systems
in the logistics domain.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Item> |
TsensorOrderCreationRequest.items |
| Modifier and Type | Method and Description |
|---|---|
Item |
ObjectFactory.createItem()
Create an instance of
Item |
Item |
Item.withCount(int value) |
Item |
Item.withPrice(BigDecimal value) |
Item |
Item.withTitle(String value) |
Item |
Item.withVat(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<Item> |
TsensorOrderCreationRequest.getItems()
Gets the value of the items property.
|
| Modifier and Type | Method and Description |
|---|---|
TsensorOrderCreationRequest |
TsensorOrderCreationRequest.withItems(Item... values) |
| Modifier and Type | Method and Description |
|---|---|
TsensorOrderCreationRequest |
TsensorOrderCreationRequest.withItems(Collection<Item> values) |
Copyright © 2016. All Rights Reserved.