| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetApi.createAssetType(String accessToken,
String xeroTenantId,
AssetType assetType)
adds a fixed asset type
Adds an fixed asset type to the system
|
| Modifier and Type | Method and 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 system
|
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetApi.createAssetType(String accessToken,
String xeroTenantId,
AssetType assetType)
adds a fixed asset type
Adds an fixed asset type to the system
|
com.google.api.client.http.HttpResponse |
AssetApi.createAssetTypeForHttpResponse(String accessToken,
String xeroTenantId,
AssetType assetType) |
| Modifier and Type | Method and Description |
|---|---|
AssetType |
AssetType.accumulatedDepreciationAccountId(UUID accumulatedDepreciationAccountId) |
AssetType |
AssetType.assetTypeId(UUID assetTypeId) |
AssetType |
AssetType.assetTypeName(String assetTypeName) |
AssetType |
AssetType.bookDepreciationSetting(BookDepreciationSetting bookDepreciationSetting) |
AssetType |
AssetType.depreciationExpenseAccountId(UUID depreciationExpenseAccountId) |
AssetType |
AssetType.fixedAssetAccountId(UUID fixedAssetAccountId) |
AssetType |
AssetType.locks(Integer locks) |
Copyright © 2020. All rights reserved.