Uses of Enum
com.xero.models.assets.AssetStatusQueryParam
Packages that use AssetStatusQueryParam
-
Uses of AssetStatusQueryParam in com.xero.api.client
Methods in com.xero.api.client with parameters of type AssetStatusQueryParamModifier and TypeMethodDescriptionAssetApi.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 AssetStatusQueryParamModifier and TypeMethodDescriptionstatic AssetStatusQueryParamfromValuestatic AssetStatusQueryParamReturns 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.