Uses of Class
com.xero.models.assets.AssetStatusQueryParam
-
Packages that use AssetStatusQueryParam Package Description com.xero.api.client com.xero.models.assets -
-
Uses of AssetStatusQueryParam in com.xero.api.client
Methods in com.xero.api.client with parameters of type AssetStatusQueryParam 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 systemcom.google.api.client.http.HttpResponseAssetApi. getAssetsForHttpResponse(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 AssetStatusQueryParam in com.xero.models.assets
Methods in com.xero.models.assets that return AssetStatusQueryParam Modifier and Type Method Description static AssetStatusQueryParamAssetStatusQueryParam. fromValue(String value)fromValuestatic AssetStatusQueryParamAssetStatusQueryParam. 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.
-