Uses of Class
com.xero.models.assets.Asset
Packages that use Asset
-
Uses of Asset in com.xero.api.client
Methods in com.xero.api.client that return AssetModifier and TypeMethodDescriptionAssetApi.createAsset(String accessToken, String xeroTenantId, Asset asset, String idempotencyKey) adds a fixed asset Adds an asset to the systemAssetApi.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 AssetModifier and TypeMethodDescriptionAssetApi.createAsset(String accessToken, String xeroTenantId, Asset asset, String idempotencyKey) adds a fixed asset Adds an asset to the systemcom.google.api.client.http.HttpResponseAssetApi.createAssetForHttpResponse(String accessToken, String xeroTenantId, Asset asset, String idempotencyKey) 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 AssetModifier and TypeMethodDescriptionAsset.accountingBookValue(Double accountingBookValue) The accounting value of the assetThe Xero-generated Id for the assetThe name of the assetAsset.assetNumber(String assetNumber) Must be unique.Asset.assetStatus(AssetStatus assetStatus) assetStatusAsset.assetTypeId(UUID assetTypeId) The Xero-generated Id for the asset typeAsset.bookDepreciationDetail(BookDepreciationDetail bookDepreciationDetail) bookDepreciationDetailAsset.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) bookDepreciationSettingAsset.canRollback(Boolean canRollback) Boolean to indicate whether depreciation can be rolled back for this asset individually.Asset.disposalDate(org.threeten.bp.LocalDate disposalDate) The date the asset was disposedAsset.disposalPrice(Double disposalPrice) The price the asset was disposed atAsset.isDeleteEnabledForDate(Boolean isDeleteEnabledForDate) Boolean to indicate whether delete is enabledAsset.purchaseDate(org.threeten.bp.LocalDate purchaseDate) The date the asset was purchased YYYY-MM-DDAsset.purchasePrice(Double purchasePrice) The purchase price of the assetAsset.serialNumber(String serialNumber) The asset's serial numberAsset.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 AssetMethods in com.xero.models.assets with parameters of type AssetMethod parameters in com.xero.models.assets with type arguments of type Asset