Uses of Enum
com.xero.models.assets.BookDepreciationSetting.AveragingMethodEnum
Packages that use BookDepreciationSetting.AveragingMethodEnum
-
Uses of BookDepreciationSetting.AveragingMethodEnum in com.xero.models.assets
Methods in com.xero.models.assets that return BookDepreciationSetting.AveragingMethodEnumModifier and TypeMethodDescriptionfromValueBookDepreciationSetting.getAveragingMethod()The method of averaging applied to this asset.Returns the enum constant of this type with the specified name.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.AveragingMethodEnumModifier and TypeMethodDescriptionBookDepreciationSetting.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.