Uses of Class
com.xero.models.assets.Asset
-
Packages that use 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)adds a fixed asset Adds an asset to the system -
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)The accounting value of the assetAssetAsset. assetId(UUID assetId)The Xero-generated Id for the assetAssetAsset. assetName(String assetName)The name of the assetAssetAsset. assetNumber(String assetNumber)Must be unique.AssetAsset. assetStatus(AssetStatus assetStatus)assetStatusAssetAsset. assetTypeId(UUID assetTypeId)The Xero-generated Id for the asset typeAssetAsset. bookDepreciationDetail(BookDepreciationDetail bookDepreciationDetail)bookDepreciationDetailAssetAsset. bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)bookDepreciationSettingAssetAsset. canRollback(Boolean canRollback)Boolean to indicate whether depreciation can be rolled back for this asset individually.AssetAsset. disposalDate(org.threeten.bp.LocalDate disposalDate)The date the asset was disposedAssetAsset. disposalPrice(Double disposalPrice)The price the asset was disposed atAssetAsset. isDeleteEnabledForDate(Boolean isDeleteEnabledForDate)Boolean to indicate whether delete is enabledAssetAsset. purchaseDate(org.threeten.bp.LocalDate purchaseDate)The date the asset was purchased YYYY-MM-DDAssetAsset. purchasePrice(Double purchasePrice)The purchase price of the assetAssetAsset. serialNumber(String serialNumber)The asset's serial numberAssetAsset. warrantyExpiryDate(String warrantyExpiryDate)The date the asset’s warranty expires (if needed) YYYY-MM-DDMethods 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)itemsMethod parameters in com.xero.models.assets with type arguments of type Asset Modifier and Type Method Description AssetsAssets. items(List<Asset> items)itemsvoidAssets. setItems(List<Asset> items)items
-