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