| Package | Description |
|---|---|
| com.geotab.model.entity.user |
| Modifier and Type | Field and Description |
|---|---|
protected Currency |
User.displayCurrency
Gets or sets the user's preferred currency for display in the UI.
|
| Modifier and Type | Method and Description |
|---|---|
static Currency |
Currency.findByName(String name) |
static Currency |
Currency.findOrDefault(String name) |
static Currency |
Currency.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Currency[] |
Currency.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.