Uses of Class
com.xero.models.assets.AssetType
Packages that use AssetType
-
Uses of AssetType in com.xero.api.client
Methods in com.xero.api.client that return AssetTypeModifier and TypeMethodDescriptionAssetApi.createAssetType(String accessToken, String xeroTenantId, AssetType assetType, String idempotencyKey) adds a fixed asset type Adds an fixed asset type to the systemMethods in com.xero.api.client that return types with arguments of type AssetTypeModifier and TypeMethodDescriptionAssetApi.getAssetTypes(String accessToken, String xeroTenantId) searches fixed asset types By passing in the appropriate options, you can search for available fixed asset types in the systemMethods in com.xero.api.client with parameters of type AssetTypeModifier and TypeMethodDescriptionAssetApi.createAssetType(String accessToken, String xeroTenantId, AssetType assetType, String idempotencyKey) adds a fixed asset type Adds an fixed asset type to the systemcom.google.api.client.http.HttpResponseAssetApi.createAssetTypeForHttpResponse(String accessToken, String xeroTenantId, AssetType assetType, String idempotencyKey) adds a fixed asset type Adds an fixed asset type to the system -
Uses of AssetType in com.xero.models.assets
Methods in com.xero.models.assets that return AssetTypeModifier and TypeMethodDescriptionAssetType.accumulatedDepreciationAccountId(UUID accumulatedDepreciationAccountId) The account for accumulated depreciation of fixed assets of this typeAssetType.assetTypeId(UUID assetTypeId) Xero generated unique identifier for asset typesAssetType.assetTypeName(String assetTypeName) The name of the asset typeAssetType.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) bookDepreciationSettingAssetType.depreciationExpenseAccountId(UUID depreciationExpenseAccountId) The expense account for the depreciation of fixed assets of this typeAssetType.fixedAssetAccountId(UUID fixedAssetAccountId) The asset account for fixed assets of this typeAll asset types that have accumulated depreciation for any assets that use them are deemed ‘locked’ and cannot be removed.