| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetApi.createAsset(Asset asset)
adds a fixed asset
Adds an asset to the system
|
Asset |
AssetApi.getAssetById(UUID id)
retrieves fixed asset by id
By passing in the appropriate asset id, you can search for a specific fixed asset in the system
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
AssetApi.createAsset(Asset asset)
adds a fixed asset
Adds an asset to the system
|
| Modifier and Type | Method and Description |
|---|---|
Asset |
Asset.accountingBookValue(Integer accountingBookValue) |
Asset |
Asset.assetId(UUID assetId) |
Asset |
Asset.assetName(String assetName) |
Asset |
Asset.assetNumber(String assetNumber) |
Asset |
Asset.assetStatus(Asset.AssetStatusEnum assetStatus) |
Asset |
Asset.bookDepreciationDetail(BookDepreciationDetail bookDepreciationDetail) |
Asset |
Asset.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) |
Asset |
Asset.canRollBack(Boolean canRollBack) |
Asset |
Asset.disposalPrice(Integer disposalPrice) |
Asset |
Asset.purchaseDate(org.threeten.bp.LocalDate purchaseDate) |
Asset |
Asset.purchasePrice(Integer purchasePrice) |
Asset |
Asset.serialNumber(String serialNumber) |
Asset |
Asset.warrantyExpiryDate(String warrantyExpiryDate) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
Assets.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
Assets |
Assets.addItemsItem(Asset itemsItem) |
| Modifier and Type | Method and Description |
|---|---|
Assets |
Assets.items(List<Asset> items) |
void |
Assets.setItems(List<Asset> items) |
Copyright © 2018. All rights reserved.