| Package | Description |
|---|---|
| com.xero.models.assets |
| Modifier and Type | Method and Description |
|---|---|
static BookDepreciationSetting.AveragingMethodEnum |
BookDepreciationSetting.AveragingMethodEnum.fromValue(String text) |
BookDepreciationSetting.AveragingMethodEnum |
BookDepreciationSetting.getAveragingMethod()
The method of averaging applied to this asset.
|
static BookDepreciationSetting.AveragingMethodEnum |
BookDepreciationSetting.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.
|
| Modifier and Type | Method and Description |
|---|---|
BookDepreciationSetting |
BookDepreciationSetting.averagingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod) |
void |
BookDepreciationSetting.setAveragingMethod(BookDepreciationSetting.AveragingMethodEnum averagingMethod) |
Copyright © 2019. All rights reserved.