Uses of Class
com.xero.models.assets.BookDepreciationSetting.DepreciationMethodEnum
-
Packages that use BookDepreciationSetting.DepreciationMethodEnum Package Description com.xero.models.assets -
-
Uses of BookDepreciationSetting.DepreciationMethodEnum in com.xero.models.assets
Methods in com.xero.models.assets that return BookDepreciationSetting.DepreciationMethodEnum Modifier and Type Method Description static BookDepreciationSetting.DepreciationMethodEnumBookDepreciationSetting.DepreciationMethodEnum. fromValue(String value)fromValueBookDepreciationSetting.DepreciationMethodEnumBookDepreciationSetting. getDepreciationMethod()The method of depreciation applied to this asset.static BookDepreciationSetting.DepreciationMethodEnumBookDepreciationSetting.DepreciationMethodEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BookDepreciationSetting.DepreciationMethodEnum[]BookDepreciationSetting.DepreciationMethodEnum. 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 BookDepreciationSetting.DepreciationMethodEnum Modifier and Type Method Description BookDepreciationSettingBookDepreciationSetting. depreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod)The method of depreciation applied to this asset.voidBookDepreciationSetting. setDepreciationMethod(BookDepreciationSetting.DepreciationMethodEnum depreciationMethod)The method of depreciation applied to this asset.
-