Uses of Class
com.xero.models.assets.AssetStatus
-
Packages that use AssetStatus Package Description com.xero.models.assets -
-
Uses of AssetStatus in com.xero.models.assets
Methods in com.xero.models.assets that return AssetStatus Modifier and Type Method Description static AssetStatusAssetStatus. fromValue(String value)fromValueAssetStatusAsset. getAssetStatus()Get assetStatusstatic AssetStatusAssetStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetStatus[]AssetStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.assets with parameters of type AssetStatus Modifier and Type Method Description AssetAsset. assetStatus(AssetStatus assetStatus)assetStatusvoidAsset. setAssetStatus(AssetStatus assetStatus)assetStatus
-