Uses of Class
com.xero.models.assets.Assets
-
Packages that use Assets Package Description com.xero.api.client com.xero.models.assets -
-
Uses of Assets in com.xero.api.client
Methods in com.xero.api.client that return Assets Modifier and Type Method Description AssetsAssetApi. getAssets(String accessToken, String xeroTenantId, AssetStatusQueryParam status, Integer page, Integer pageSize, String orderBy, String sortDirection, String filterBy)searches fixed asset By passing in the appropriate options, you can search for available fixed asset in the system -
Uses of Assets in com.xero.models.assets
Methods in com.xero.models.assets that return Assets Modifier and Type Method Description AssetsAssets. addItemsItem(Asset itemsItem)itemsAssetsAssets. items(List<Asset> items)itemsAssetsAssets. pagination(Pagination pagination)pagination
-