Uses of Class
com.xero.models.assets.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)BookDepreciationSetting.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)voidBookDepreciationSetting. setAveragingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod)