Uses of Class
com.xero.models.assets.AssetType
-
Packages that use AssetType Package Description com.xero.api.client com.xero.models.assets -
-
Uses of AssetType in com.xero.api.client
Methods in com.xero.api.client that return AssetType Modifier and Type Method Description AssetTypeAssetApi. createAssetType(String accessToken, String xeroTenantId, AssetType assetType)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 AssetType Modifier and Type Method Description List<AssetType>AssetApi. 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 AssetType Modifier and Type Method Description AssetTypeAssetApi. createAssetType(String accessToken, String xeroTenantId, AssetType assetType)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)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 AssetType Modifier and Type Method Description AssetTypeAssetType. accumulatedDepreciationAccountId(UUID accumulatedDepreciationAccountId)The account for accumulated depreciation of fixed assets of this typeAssetTypeAssetType. assetTypeId(UUID assetTypeId)Xero generated unique identifier for asset typesAssetTypeAssetType. assetTypeName(String assetTypeName)The name of the asset typeAssetTypeAssetType. bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)bookDepreciationSettingAssetTypeAssetType. depreciationExpenseAccountId(UUID depreciationExpenseAccountId)The expense account for the depreciation of fixed assets of this typeAssetTypeAssetType. fixedAssetAccountId(UUID fixedAssetAccountId)The asset account for fixed assets of this typeAssetTypeAssetType. locks(Integer locks)All asset types that have accumulated depreciation for any assets that use them are deemed ‘locked’ and cannot be removed.
-