Uses of Class
com.xero.models.assets.Asset
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.assets |
-
Uses of Asset in com.xero.api.client
Methods in com.xero.api.client that return Asset Modifier and Type Method Description AssetAssetApi. createAsset(String accessToken, String xeroTenantId, Asset asset)adds a fixed asset Adds an asset to the systemAssetAssetApi. getAssetById(String accessToken, String xeroTenantId, UUID id)retrieves fixed asset by id By passing in the appropriate asset id, you can search for a specific fixed asset in the systemMethods in com.xero.api.client with parameters of type Asset Modifier and Type Method Description AssetAssetApi. createAsset(String accessToken, String xeroTenantId, Asset asset)adds a fixed asset Adds an asset to the systemcom.google.api.client.http.HttpResponseAssetApi. createAssetForHttpResponse(String accessToken, String xeroTenantId, Asset asset) -
Uses of Asset in com.xero.models.assets
Methods in com.xero.models.assets that return Asset Modifier and Type Method Description AssetAsset. accountingBookValue(Double accountingBookValue)AssetAsset. assetId(UUID assetId)AssetAsset. assetName(String assetName)AssetAsset. assetNumber(String assetNumber)AssetAsset. assetStatus(AssetStatus assetStatus)AssetAsset. assetTypeId(UUID assetTypeId)AssetAsset. bookDepreciationDetail(BookDepreciationDetail bookDepreciationDetail)AssetAsset. bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)AssetAsset. canRollback(Boolean canRollback)AssetAsset. disposalPrice(Double disposalPrice)AssetAsset. isDeleteEnabledForDate(Boolean isDeleteEnabledForDate)AssetAsset. purchaseDate(org.threeten.bp.LocalDate purchaseDate)AssetAsset. purchasePrice(Double purchasePrice)AssetAsset. serialNumber(String serialNumber)AssetAsset. warrantyExpiryDate(String warrantyExpiryDate)Methods in com.xero.models.assets that return types with arguments of type Asset Modifier and Type Method Description List<Asset>Assets. getItems()Get itemsMethods in com.xero.models.assets with parameters of type Asset Modifier and Type Method Description AssetsAssets. addItemsItem(Asset itemsItem)