| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
Assets |
AssetApi.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
|
com.google.api.client.http.HttpResponse |
AssetApi.getAssetsForHttpResponse(String accessToken,
String xeroTenantId,
AssetStatusQueryParam status,
Integer page,
Integer pageSize,
String orderBy,
String sortDirection,
String filterBy) |
| Modifier and Type | Method and Description |
|---|---|
static AssetStatusQueryParam |
AssetStatusQueryParam.fromValue(String value) |
static AssetStatusQueryParam |
AssetStatusQueryParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetStatusQueryParam[] |
AssetStatusQueryParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.