Uses of Class
com.xero.models.assets.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) -
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)AssetTypeAssetType. assetTypeId(UUID assetTypeId)AssetTypeAssetType. assetTypeName(String assetTypeName)AssetTypeAssetType. bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting)AssetTypeAssetType. depreciationExpenseAccountId(UUID depreciationExpenseAccountId)AssetTypeAssetType. fixedAssetAccountId(UUID fixedAssetAccountId)AssetTypeAssetType. locks(Integer locks)